mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
Inji 364 UI update for success messages (#863)
* feat(INJI-364): add new ui for successful activation of VC * feat(INJI-364): update VC receive UI * feat(INJI-364): extract banner notification component * feat(INJI-364): re suse banner notification component * feat(INJI-364): add successfully share popup and translations * feat(INJI-364): use proper state for showing the success modal * fix(INJI-364): show activate popup in respective screens only * refactor(INJI-364): rename props * refactor(INJI-364): remove logs * fix(INJI-372): fix hindi translation * chore(INJI-364): update package-lock.json * refactor(INJI-364): add proper testID implementation for BannerNotification * refactor(INJI-364): remove unused imports * refactor(INJI-364): remove multiple state set * refactor(INJI-364): add missing testID * refactor(INJI-364): add missing testID * feat(INJI-364): add activated notification to esignet VC also * chore(INJI-364): update package-lock.json
This commit is contained in:
@@ -279,6 +279,7 @@
|
||||
"generateVcDescription": "Tap on \"Download card\" below to download your card",
|
||||
"downloadCard": "Download Card",
|
||||
"downloadingYourCard": "Downloading your card, this can take upto 5 minutes",
|
||||
"activated": "Credentials are enabled for online authentication.",
|
||||
"errors": {
|
||||
"savingFailed": {
|
||||
"title": "Failed to save the Card",
|
||||
@@ -332,6 +333,7 @@
|
||||
"revoking": "Your wallet contains a credential with VID {{vid}}. Revoking this will automatically remove the same from the wallet. Are you sure you want to proceed?",
|
||||
"requestingOtp": "Requesting OTP...",
|
||||
"editTag": "Rename",
|
||||
"activated": "Credentials are enabled for online authentication.",
|
||||
"redirecting": "Redirecting...",
|
||||
"success": {
|
||||
"unlocked": "Card successfully unlocked",
|
||||
@@ -501,8 +503,8 @@
|
||||
"timeoutHint": "Sharing is delayed, possibly due to a connection issue."
|
||||
},
|
||||
"accepted": {
|
||||
"title": "Success!",
|
||||
"message": "Your Card has been successfully shared with Verifier",
|
||||
"title": "ID shared successfully",
|
||||
"message": "Your ID has been successfully shared with",
|
||||
"gotohome": "Go to Home"
|
||||
},
|
||||
"rejected": {
|
||||
|
||||
Reference in New Issue
Block a user