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:
srikanth716
2023-10-18 14:00:59 +05:30
committed by GitHub
parent ed76f21bb5
commit 2bb82baf97
11 changed files with 144 additions and 2 deletions

View File

@@ -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"
}
}
},