change any to or below the express payment method on cart (https://github.com/woocommerce/woocommerce-blocks/pull/7369)
This commit is contained in:
parent
b6e178fade
commit
e9f38ee5af
|
@ -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>
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue