woocommerce/plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/constants.tsx

11 lines
227 B
TypeScript
Raw Normal View History

/**
* External dependencies
*/
import { __, sprintf } from '@wordpress/i18n';
export const defaultPlaceOrderButtonLabel = sprintf(
// translators: %s: is the price.
__( 'Place Order · %s', 'woocommerce' ),
'<price/>'
);