change any to or below the express payment method on cart (https://github.com/woocommerce/woocommerce-blocks/pull/7369)

This commit is contained in:
Alex Florisca 2022-10-11 17:07:23 +01:00 committed by Paulo Arromba
parent 936d5eb470
commit a7d91e9d96
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ const CartExpressPayment = () => {
</LoadingMask>
<div className="wc-block-components-express-payment-continue-rule wc-block-components-express-payment-continue-rule--cart">
{ /* translators: Shown in the Cart block between the express payment methods and the Proceed to Checkout button */ }
{ __( 'Any', 'woo-gutenberg-products-block' ) }
{ __( 'Or', 'woo-gutenberg-products-block' ) }
</div>
</>
);