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

7 lines
152 B
TypeScript

/**
* External dependencies
*/
import { __ } from '@wordpress/i18n';
export const defaultPlaceOrderButtonLabel = __( 'Place Order', 'woocommerce' );