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

Commit

Permalink
Update wording on error message
Browse files Browse the repository at this point in the history
  • Loading branch information
opr committed Sep 22, 2023
1 parent 6ae906e commit ffdd46c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,13 @@ const CheckoutProcessor = () => {
} );
} catch {
let errorMessage = __(
'Something went wrong, but your order may still have been placed. Please check your email inbox before retrying.',
'Something went wrong when placing the order. Check your email for order updates before retrying.',
'woo-gutenberg-products-block'
);

if ( customerId !== 0 ) {
errorMessage = __(
'Something went wrong, but your order may still have been placed. Please check your email inbox or your order history in the "My Account" area before retrying.',
"Something went wrong when placing the order. Check your account's order history or your email for order updates before retrying.",
'woo-gutenberg-products-block'
);
}
Expand Down

0 comments on commit ffdd46c

Please sign in to comment.