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

change any to or below the express payment method on cart #7369

Merged
merged 1 commit into from
Oct 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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