diff --git a/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/constants.js b/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/constants.js index dd9185b2126..591decd7521 100644 --- a/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/constants.js +++ b/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/constants.js @@ -5,14 +5,14 @@ import { __, sprintf } from '@wordpress/i18n'; import { PRIVACY_URL, TERMS_URL } from '@woocommerce/block-settings'; const termsPageLink = TERMS_URL - ? `${ __( + ? `${ __( 'Terms and Conditions', 'woo-gutenberg-products-block' ) }` : __( 'Terms and Conditions', 'woo-gutenberg-products-block' ); const privacyPageLink = PRIVACY_URL - ? `${ __( + ? `${ __( 'Privacy Policy', 'woo-gutenberg-products-block' ) }`