2022-12-15 10:28:23 +00:00
|
|
|
/**
|
|
|
|
* External dependencies
|
|
|
|
*/
|
2024-06-12 22:23:23 +00:00
|
|
|
import { __ } from '@wordpress/i18n';
|
2022-12-15 10:28:23 +00:00
|
|
|
|
2024-07-24 16:08:05 +00:00
|
|
|
export const defaultPlaceOrderButtonLabel = __( 'Place Order', 'woocommerce' );
|
2024-10-28 11:03:14 +00:00
|
|
|
export const defaultReturnToCartButtonLabel = __(
|
|
|
|
'Return to Cart',
|
|
|
|
'woocommerce'
|
|
|
|
);
|