Skip to content

Commit

Permalink
Reformatted translation key. Added 2 new translation keys
Browse files Browse the repository at this point in the history
  • Loading branch information
sponglord committed Feb 28, 2024
1 parent 2f66fc4 commit ee5514d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/lib/src/core/Errors/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const ERROR_ACTION_BLUR_SCENARIO = 'notValidating:blurScenario';
export const ERROR_FIELD_REQUIRED = 'field.error.required';
export const ERROR_FIELD_INVALID = 'field.error.invalid';

export const ERROR_INVALID_FORMAT_EXPECTS = 'invalidFormatExpects';
export const ERROR_INVALID_FORMAT_EXPECTS = 'invalid.format.expects';

/**
* For SecuredFields
Expand Down
4 changes: 3 additions & 1 deletion packages/lib/src/language/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"pix.instructions": "Open the app with the PIX registered key, choose Pay with PIX and scan the QR Code or copy and paste the code",
"twint.saved": "saved",
"orPayWith": "or pay with",
"invalidFormatExpects": "Invalid format. Expected format: %{format}",
"invalid.format.expects": "Invalid format. Expected format: %{format}",
"upi.qrCodeWaitingMessage": "Scan the QR code using your preferred UPI app to complete the payment",
"upi.vpaWaitingMessage": "Open your UPI app to confirm the payment",
"upi.modeSelection": "Make a selection on how you would like to use UPI.",
Expand Down Expand Up @@ -286,6 +286,8 @@
"creditCard.securityCode.label.optional": "Security code (optional)",
"creditCard.securityCode.contextualText.3digits": "3 digits on back of card",
"creditCard.securityCode.contextualText.4digits": "4 digits on back of card",
"creditCard.expiryMonth.label": "Expiry month",
"creditCard.expiryYear.label": "Expiry year",
"creditCard.pin.label": "Pin",
"creditCard.password.label": "First 2 digits of card password",
"giftcard.cardNumber.label": "Card Number",
Expand Down

0 comments on commit ee5514d

Please sign in to comment.