feat(INJI-343): Text changes & other UI enhancements (#854)

* feat(INJI-343): update error msg texts

* fix(INJI-343): fix display message on receiveVCScreen

* fix(INJI-343): add custom button option in MessageOverlay

* feat(INJI-343): add customHeight prop in MessageOverlay for long text

Co-authored-by: Kiruthika Jeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* feat(INJI-343): update error msg texts

Conflicts:
      locales/ara.json
      locales/fil.json
      locales/hin.json
      locales/kan.json
      locales/spa.json
      locales/tam.json

* feat(INJI-343): remove duplicate button and make custm btn txt configurable

* refactor(INJI-343): rename MessageOverlay customButton prop

Co-authored-by: Kiruthika Jeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

---------

Co-authored-by: Kiruthika Jeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
This commit is contained in:
Harsh Vardhan
2023-09-25 12:42:40 +05:30
committed by GitHub
parent fd2e0e231a
commit 2adef1a78b
24 changed files with 776 additions and 162 deletions

View File

@@ -177,11 +177,11 @@
"errors": {
"noInternetConnection": {
"title": "No internet connection",
"message": "Please connect with internet and retry."
"message": "Please check your connection and retry"
},
"generic": {
"title": "Something went wrong!",
"message": "Our experts are working hard to make things working again."
"message": "We are having some trouble with your request. Please try again."
}
}
},
@@ -289,13 +289,13 @@
"message": "You cannot add or receive cards since the Appdata is full. Clear Appdata to proceed."
},
"vcIsTampered": {
"title": "Some identity proofs are tampered",
"message": "Affected files are removed, please re-download."
"title": "Cards removed due to malicious activity",
"message": "Tampered cards detected and removed for security reasons. Please download again."
},
"keystoreNotExists": {
"title": "Secure Key Storage not found",
"message": "The key storage on your phone is not secured. Your keys could be leaked if phone is hacked.",
"riskOkayText": "OK, I'll risk it"
"title": "Some security features will be unavailable",
"message": "Your current device does not support all the security features.",
"riskOkayText": "Ok"
}
}
},
@@ -548,8 +548,8 @@
},
"errors": {
"invalidIdentity": {
"title": "Unable to verify identity",
"message": "Face not recognised. Please try again.",
"title": "Face recognition failed",
"message": "The scanned face does not match with the photo on the card. Please try again.",
"messageNoRetry": "Face not recognised."
}
}
@@ -564,8 +564,8 @@
"errors": {
"decryptionFailed": "Failed to decrypt data",
"invalidateKeyError": {
"title": "Some Card(s) removed due to security concerns.",
"message": "Please redownload."
"title": "App was Reset",
"message": "Due to the fingerprint / facial recognition update, app security was impacted, and downloaded cards were removed. Please download again."
}
}
},
@@ -578,6 +578,7 @@
"cancel": "Cancel",
"accept": "Accept",
"save": "Save",
"ok": "Ok",
"dismiss": "Dismiss",
"editLabel": "Edit {{label}}",
"tryAgain": "Try again",