mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
[INJIMOB-843]: enhance text in otp verification (#1315)
* [INJIMOB-843]: enhance text in otp verification Signed-off-by: srikanth716 <srikanthsri7447@gmail.com> * [INJIMOB-843]: refactor the screenHeight and isSmallscreen into a common function Signed-off-by: srikanth716 <srikanthsri7447@gmail.com> --------- Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
This commit is contained in:
@@ -302,7 +302,7 @@
|
||||
"backButton": "Back home"
|
||||
},
|
||||
"GetIdInputModal": {
|
||||
"header": "Retrieve your UIN/VID",
|
||||
"header": "Get your UIN/VID",
|
||||
"applicationIdLabel": "Please enter your Application ID",
|
||||
"enterApplicationId": "Enter Application ID",
|
||||
"requestingOTP": "Requesting OTP...",
|
||||
@@ -325,9 +325,9 @@
|
||||
},
|
||||
"OtpVerificationModal": {
|
||||
"title": "OTP Verification",
|
||||
"otpSentMessage": "We've sent the 6 digit code to your registered mobile number!",
|
||||
"resendTheCode": "You can resend the code in ",
|
||||
"resendCode": "Resend Code",
|
||||
"otpSentMessage": "We've sent a 6 digit OTP to your registered mobile number: {{phone}} and Email Address: {{email}}",
|
||||
"resendTheCode": "You can resend the OTP in ",
|
||||
"resendOtp": "Resend OTP",
|
||||
"confirmationDialog": {
|
||||
"title": "Do you want to cancel downloading?",
|
||||
"message": "Once cancelled, your card will not be downloaded and you need to reinitiate the download.",
|
||||
@@ -523,55 +523,55 @@
|
||||
"message": "Please connect to the internet to enable Online sharing mode"
|
||||
},
|
||||
"bleError": {
|
||||
"TVW_CON_002":{
|
||||
"TVW_CON_002": {
|
||||
"title": "Connection Failed!",
|
||||
"message": "The connection was interrupted. Please try again."
|
||||
},
|
||||
"TVW_CON_003":{
|
||||
"TVW_CON_003": {
|
||||
"title": "Connection Failed!",
|
||||
"message": "The connection was interrupted. Please ensure that the Bluetooth devices are in discoverable mode and try again."
|
||||
},
|
||||
"TVW_REP_001":{
|
||||
"TVW_REP_001": {
|
||||
"title": "Corrupted Response Received!",
|
||||
"message": "The data received from the wallet is corrupted and cannot be processed. Request the sender to transfer again."
|
||||
},
|
||||
"TVV_CON_001":{
|
||||
"TVV_CON_001": {
|
||||
"title": "Connection Failed!",
|
||||
"message": "Unable to establish optimal connection with the sender. Please try again."
|
||||
},
|
||||
"TVV_TRA_001":{
|
||||
"TVV_TRA_001": {
|
||||
"title": "Corrupted Response Received!",
|
||||
"message": "The data received from the wallet is corrupted and cannot be processed. Please request the sender to transfer again."
|
||||
},
|
||||
"TVV_TRA_002":{
|
||||
"TVV_TRA_002": {
|
||||
"title": "Corrupted Response Received!",
|
||||
"message": "The data received from the wallet is corrupted and cannot be processed. Please request the sender to transfer again."
|
||||
},
|
||||
"TUV_UNK_001":{
|
||||
"TUV_UNK_001": {
|
||||
"title": "An Error Occured!",
|
||||
"message": "Due to technical error, we were unable to receive the card. Please try again"
|
||||
},
|
||||
"TVW_UNK_001":{
|
||||
"TVW_UNK_001": {
|
||||
"title": "Connection Failed!",
|
||||
"message": "The connection was interrupted. Please try again."
|
||||
},
|
||||
"TVW_UNK_002":{
|
||||
"TVW_UNK_002": {
|
||||
"title": "Connection Failed!",
|
||||
"message": "The connection was interrupted. Please try again."
|
||||
},
|
||||
"TVW_UNK_003":{
|
||||
"TVW_UNK_003": {
|
||||
"title": "Connection Failed!",
|
||||
"message": "The connection was interrupted. Please try again."
|
||||
},
|
||||
"TVV_UNK_001":{
|
||||
"TVV_UNK_001": {
|
||||
"title": "An Error Occured!",
|
||||
"message": "An unexpected error occurred while processing the received data. Please check your connection and request the sender to resend the card."
|
||||
},
|
||||
"TVV_UNK_002":{
|
||||
"TVV_UNK_002": {
|
||||
"title": "An Error Occured!",
|
||||
"message": "An unexpected error occurred while processing the received data. Please check your connection and request the sender to resend the card."
|
||||
},
|
||||
"TVV_UNK_003":{
|
||||
"TVV_UNK_003": {
|
||||
"title": "An Error Occured!",
|
||||
"message": "An unexpected error occurred while processing the received data. Please check your connection and request the sender to resend the card."
|
||||
}
|
||||
@@ -646,59 +646,59 @@
|
||||
"bleError": {
|
||||
"retry": "Retry",
|
||||
"home": "Home",
|
||||
"TVW_CON_001":{
|
||||
"TVW_CON_001": {
|
||||
"title": "Connection Failed!",
|
||||
"message": "Invalid QR code scanned. Please try scanning the valid QR code again from the relying party."
|
||||
},
|
||||
"TVW_CON_002":{
|
||||
"TVW_CON_002": {
|
||||
"title": "Connection Failed!",
|
||||
"message": "Wallet is unable to establish optimal connection with the verifier. Please try again."
|
||||
},
|
||||
"TVW_CON_003":{
|
||||
"TVW_CON_003": {
|
||||
"title": "Service Discovery Failed!",
|
||||
"message": "We're sorry, but we couldn't discover a bluetooth connection even after multiple attempts. Please ensure that the bluetooth devices are in discoverable mode and try again."
|
||||
},
|
||||
"TVW_REP_001":{
|
||||
"TVW_REP_001": {
|
||||
"title": "An Error Occured!",
|
||||
"message": "Due to technical error, we are unable to transfer the file. Please try again."
|
||||
},
|
||||
"TVV_CON_001":{
|
||||
"TVV_CON_001": {
|
||||
"title": "Connection Failed!",
|
||||
"message": "Wallet is unable to establish an optimal connection with the verifier. Please try again."
|
||||
},
|
||||
"TVV_TRA_001":{
|
||||
"TVV_TRA_001": {
|
||||
"title": "An Error Occured!",
|
||||
"message": "Something went wrong while transferring the card. Please try again."
|
||||
},
|
||||
"TVV_TRA_002":{
|
||||
"TVV_TRA_002": {
|
||||
"title": "An Error Occured!",
|
||||
"message": "Something went wrong while transferring the card. Please try again."
|
||||
},
|
||||
"TUV_UNK_001":{
|
||||
"TUV_UNK_001": {
|
||||
"title": "An Error Occured!",
|
||||
"message": "Due to technical error, we were unable to share the card with the relying party. Please try again."
|
||||
},
|
||||
"TVW_UNK_001":{
|
||||
"TVW_UNK_001": {
|
||||
"title": "An Error Occured!",
|
||||
"message": "Due to technical error, we were unable to share the card with the relying party. Please try again."
|
||||
},
|
||||
"TVW_UNK_002":{
|
||||
"TVW_UNK_002": {
|
||||
"title": "An Error Occured!",
|
||||
"message": "Due to technical error, we were unable to share the card with the relying party. Please try again."
|
||||
},
|
||||
"TVW_UNK_003":{
|
||||
"TVW_UNK_003": {
|
||||
"title": "An Error Occured!",
|
||||
"message": "Due to technical error, we were unable to share the card with the relying party. Please try again."
|
||||
},
|
||||
"TVV_UNK_001":{
|
||||
"TVV_UNK_001": {
|
||||
"title": "An Error Occured!",
|
||||
"message": "Something went wrong while transferring the card. Please try again."
|
||||
},
|
||||
"TVV_UNK_002":{
|
||||
"TVV_UNK_002": {
|
||||
"title": "An Error Occured!",
|
||||
"message": "Something went wrong while transferring the card. Please try again."
|
||||
},
|
||||
"TVV_UNK_003":{
|
||||
"TVV_UNK_003": {
|
||||
"title": "An Error Occured!",
|
||||
"message": "Something went wrong while transferring the card. Please try again."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user