Skip to content

Commit

Permalink
fix: Modify copy on country field validation
Browse files Browse the repository at this point in the history
  • Loading branch information
julianajlk committed Apr 22, 2024
1 parent e5a3833 commit f5e4309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/payment/checkout/payment-form/PaymentForm.messages.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const messages = defineMessages({
},
'payment.form.errors.dynamic_payment_methods_not_compatible.country': {
id: 'payment.form.errors.dynamic_payment_methods_not_compatible.country',
defaultMessage: 'Country not available with selected payment method',
defaultMessage: 'Payment method not available for selected country',
description: 'Notifies the user their billing country is not compatible with the Dynamic Payment Method selected.',
},
});
Expand Down

0 comments on commit f5e4309

Please sign in to comment.