diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-05-11 13:50:26 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-05-11 13:50:26 +0200 |
commit | 6a72194106083464e6bedda3bed90270cd8c3ae6 (patch) | |
tree | 5ce1455ee68b59785a4ee332e69580fc03668351 /ui/src/main/res | |
parent | 254e6164d774807bdebcadd2b9e6dc385f580d07 (diff) |
ui: use modal corruption alert instead of snackbar
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res')
-rw-r--r-- | ui/src/main/res/values/strings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/src/main/res/values/strings.xml b/ui/src/main/res/values/strings.xml index acaa9dcc..4c9ab2d4 100644 --- a/ui/src/main/res/values/strings.xml +++ b/ui/src/main/res/values/strings.xml @@ -240,7 +240,8 @@ <string name="updater_download_progress_nototal">Downloading update: %s</string> <string name="updater_installing">Installing update…</string> <string name="updater_failure">Update failure: %s. Will retry momentarily…</string> - <string name="updater_corrupt">This application is corrupt. Please re-download it.</string> + <string name="updater_corrupt_title">Application Corrupt</string> + <string name="updater_corrupt_message">This application is corrupt. Please re-download the APK from the website linked below. After, uninstall this application, and reinstall it from downloaded APK.</string> <string name="updater_corrupt_navigate">Open Website</string> <string name="version_summary">%1$s backend %2$s</string> <string name="version_summary_checking">Checking %s backend version</string> |