Skip to content

Commit 2247aba

Browse files
Merge pull request #18932 from mozilla/FXA-11758-invalid-coupon-code
fix(payments-next): SP3 invalid coupon code not localized
2 parents 92d6cab + dd593c9 commit 2247aba

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

  • libs/payments/ui/src/lib/utils
Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,46 @@
1+
## Page Metadata Information
2+
## $productTitle (String) - The name of the product to create subscription, e.g. Mozilla VPN
3+
14
# Checkout start
25
metadata-title-checkout-start = Checkout | { $productTitle }
36
metadata-description-checkout-start = Enter your payment details to complete your purchase.
4-
57
# Checkout processing
68
metadata-title-checkout-processing = Processing | { $productTitle }
79
metadata-description-checkout-processing = Please wait while we finish processing your payment.
8-
910
# Checkout error
1011
metadata-title-checkout-error = Error | { $productTitle }
1112
metadata-description-checkout-error = There was an error processing your subscription. If this problem persists, please contact support.
12-
1313
# Checkout success
1414
metadata-title-checkout-success = Success | { $productTitle }
1515
metadata-description-checkout-success = Congratulations! You have successfully completed your purchase.
16-
1716
# Checkout needs_input
1817
metadata-title-checkout-needs-input = Action required | { $productTitle }
1918
metadata-description-checkout-needs-input = Please complete the required action to proceed with your payment.
20-
2119
# Upgrade start
2220
metadata-title-upgrade-start = Upgrade | { $productTitle }
2321
metadata-description-upgrade-start = Enter your payment details to complete your upgrade.
24-
2522
# Upgrade processing
2623
metadata-title-upgrade-processing = Processing | { $productTitle }
2724
metadata-description-upgrade-processing = Please wait while we finish processing your payment.
28-
2925
# Upgrade error
3026
metadata-title-upgrade-error = Error | { $productTitle }
3127
metadata-description-upgrade-error = There was an error processing your upgrade. If this problem persists, please contact support.
32-
3328
# Upgrade success
3429
metadata-title-upgrade-success = Success | { $productTitle }
3530
metadata-description-upgrade-success = Congratulations! You have successfully completed your upgrade.
36-
3731
# Upgrade needs_input
3832
metadata-title-upgrade-needs-input = Action required | { $productTitle }
3933
metadata-description-upgrade-needs-input = Please complete the required action to proceed with your payment.
40-
4134
# Default
4235
metadata-title-default = Page not found | { $productTitle }
4336
metadata-description-default = The page you requested was not found.
37+
38+
## Coupon Error Messages
39+
40+
next-coupon-error-expired = The code you entered has expired.
41+
next-coupon-error-generic = An error occurred processing the code. Please try again.
42+
next-coupon-error-invalid = The code you entered is invalid.
43+
# "Limit" refers to the maximum number of times a coupon can be redeemed.
44+
next-coupon-error-limit-reached = The code you entered has reached its limit.
45+
46+
##

0 commit comments

Comments
 (0)