@bigbinary/neeto-payments-frontend 1.4.14 → 1.4.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -347,8 +347,8 @@
347
347
  "message": "You are permanently deleting the UPI id <b>{{upiId}}</b>. This action cannot be undone."
348
348
  },
349
349
  "form": {
350
- "add": "Add UPI",
351
- "placeholder": "Enter UPI id",
350
+ "add": "Add UPI id",
351
+ "enterUpi": "Enter UPI id",
352
352
  "validation": {
353
353
  "invalidUpi": "Invalid UPI id format. It should be in the format 'name@bank'.",
354
354
  "required": "UPI id is required."
@@ -357,12 +357,12 @@
357
357
  "payment": {
358
358
  "transaction": {
359
359
  "label": "Enter the first 6 digits of your transaction ID",
360
- "placeholder": "X01234",
360
+ "placeholder": "123456",
361
361
  "required": "Transaction ID is required",
362
362
  "sixCharacters": "Transaction ID should have 6 characters"
363
363
  },
364
- "vpasText": "Send the above mentioned amount to any of the following UPI IDs: <b>{{vpaIds}}</b> and enter the first 6 digits of the UPI transaction ID.",
365
- "vpaText": "Send the above mentioned amount to <b>{{vpaIds}}</b> and enter the first 6 digits of the UPI transaction ID.",
364
+ "vpaText": "Send the above mentioned amount to the following UPI ID and enter the first 6 digits of the UPI transaction ID.",
365
+ "vpaText_other": "Send the above mentioned amount to any of the following UPI IDs and enter the first 6 digits of the UPI transaction ID.",
366
366
  "buttons": {
367
367
  "submit": "Submit",
368
368
  "back": "Back",