mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
[INJIMOB-925]: fix proper error messages for invalid id entered (#1385)
* [INJIMOB-925]: fix proper error messages for invalid id entered Signed-off-by: srikanth716 <srikanthsri7447@gmail.com> * [INJIMOB-948]: fix introslider title for data backup restore Signed-off-by: srikanth716 <srikanthsri7447@gmail.com> * [INJIMOB-948]: update introslider title for Backup & Restore Signed-off-by: srikanth716 <srikanthsri7447@gmail.com> --------- Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
This commit is contained in:
@@ -273,8 +273,8 @@
|
||||
"backend": {
|
||||
"invalidOtp": "OTP is invalid",
|
||||
"expiredOtp": "OTP has expired",
|
||||
"invalidUin": "UIN invalid",
|
||||
"invalidVid": "VID invalid",
|
||||
"invalidUin": "Please enter valid UIN",
|
||||
"invalidVid": "Please enter valid VID",
|
||||
"missingUin": "The entered UIN is deactivated/blocked. Please enter a valid UIN to proceed",
|
||||
"missingVid": "VID not available in database",
|
||||
"noMessageAvailable": "Try after sometime",
|
||||
@@ -297,7 +297,7 @@
|
||||
"applicationProcessing": "AID is not ready yet",
|
||||
"noMessageAvailable": "Try after sometime",
|
||||
"networkRequestFailed": "Network request failed",
|
||||
"invalidAid": "AID entered is not available. Please check your AID before entering",
|
||||
"invalidAid": "Please enter valid AID",
|
||||
"timeout": "Timeout"
|
||||
}
|
||||
}
|
||||
@@ -395,7 +395,7 @@
|
||||
"stepThreeText": "Store and carry all your important cards in a single trusted wallet.",
|
||||
"stepFourTitle": "Quick Access",
|
||||
"stepFourText": "Authenticate yourself with ease using the stored digital credential.",
|
||||
"stepFiveTitle": "Backup Data",
|
||||
"stepFiveTitle": "Backup & Restore",
|
||||
"stepFiveText": "Protect your data with ease using our Backup & Restore feature. Safely store your VCs against loss or accidents by creating regular backups and recover it effortlessly whenever needed for seamless continuity.",
|
||||
"getStarted": "Get Started",
|
||||
"goBack": "Go Back",
|
||||
|
||||
Reference in New Issue
Block a user