@bigbinary/neeto-payments-frontend 3.3.34 → 3.3.35
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.
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"canceled": "Canceled",
|
|
57
57
|
"arrivalDate": "Arrival date",
|
|
58
58
|
"payoutArrivalDate": "Payout arrival date",
|
|
59
|
-
"payoutTraceId": "Payout trace
|
|
59
|
+
"payoutTraceId": "Payout trace ID",
|
|
60
60
|
"destinationIdentifier": "Destination identifier",
|
|
61
61
|
"continue": "Continue",
|
|
62
62
|
"connect": "Connect",
|
|
@@ -407,22 +407,22 @@
|
|
|
407
407
|
"upi": {
|
|
408
408
|
"confirmModal": {
|
|
409
409
|
"title": "Confirm UPI payment?",
|
|
410
|
-
"upiTransactionId": "UPI transaction
|
|
410
|
+
"upiTransactionId": "UPI transaction ID: {{identifier}} (first 6 digits)",
|
|
411
411
|
"vpasIdRequired": "Destination UPI address is required",
|
|
412
412
|
"notes": "Notes (optional)",
|
|
413
413
|
"notesPlaceholder": "Type notes here...",
|
|
414
|
-
"accountIdLabel": "Payment received UPI
|
|
414
|
+
"accountIdLabel": "Payment received UPI ID"
|
|
415
415
|
},
|
|
416
416
|
"alert": {
|
|
417
|
-
"title": "Delete UPI
|
|
418
|
-
"message": "You are permanently deleting the UPI
|
|
417
|
+
"title": "Delete UPI ID?",
|
|
418
|
+
"message": "You are permanently deleting the UPI ID <b>{{upiId}}</b>. This action cannot be undone."
|
|
419
419
|
},
|
|
420
420
|
"form": {
|
|
421
|
-
"add": "Add UPI
|
|
422
|
-
"enterUpi": "Enter UPI
|
|
421
|
+
"add": "Add UPI ID",
|
|
422
|
+
"enterUpi": "Enter UPI ID",
|
|
423
423
|
"validation": {
|
|
424
|
-
"invalidUpi": "Invalid UPI
|
|
425
|
-
"required": "UPI
|
|
424
|
+
"invalidUpi": "Invalid UPI ID format. It should be in the format 'name@bank'.",
|
|
425
|
+
"required": "UPI ID is required."
|
|
426
426
|
}
|
|
427
427
|
},
|
|
428
428
|
"payment": {
|
package/package.json
CHANGED