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

15 lines
254 B
TypeScript
Raw Normal View History

/**
* External dependencies
*/
import { __ } from '@wordpress/i18n';
export const defaultLocalPickupText = __(
'Local Pickup',
'woo-gutenberg-products-block'
);
export const defaultShippingText = __(
'Shipping',
'woo-gutenberg-products-block'
);