/**
 * External dependencies
 */
import { __ } from '@wordpress/i18n';

export const defaultCartButtonLabel = __(
	'View my cart',
	'woo-gutenberg-products-block'
);

export const defaultCheckoutButtonLabel = __(
	'Go to checkout',
	'woo-gutenberg-products-block'
);
