Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
change any to or below the express payment method on cart (#7369)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexflorisca authored and wavvves committed Oct 11, 2022
1 parent 8169c2a commit 1d0578e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
</>
);
Expand Down

0 comments on commit 1d0578e

Please sign in to comment.