mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
Inji 408 error popup after maximum retries vc download (#926)
* feat(INJI-408):Display error message after max retries of downloading vcs Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com> * feat(INJI-408):refactor error message Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com> * feat(INJI-408):refactor naming convention and remove empty space Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com> * feat(INJI-408):refactor naming convention Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com> --------- Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>
This commit is contained in:
@@ -303,6 +303,10 @@
|
||||
"noInternetConnection": {
|
||||
"title": "No internet connection",
|
||||
"message": "Please check your connection and retry"
|
||||
},
|
||||
"downloadLimitExpires":{
|
||||
"title": "Download Error",
|
||||
"message": "There was an issue downloading following cards. Please try again"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user