summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2020-12-28 00:06:27 +0100
committercyBerta <cyberta@riseup.net>2020-12-28 00:06:27 +0100
commit8efd199a90e6d9388400b19e9fc6b68c81284f11 (patch)
tree1f6d9746ae809c08c413f3cca3c0d3d61192dc70
parent95554c3eb064114f9a8d494aec7ba05e8cd3aaf1 (diff)
add new download notification strings
-rw-r--r--app/src/main/res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index dd1ddeb4..5ba51afe 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -147,5 +147,6 @@
<string name="version_update_apk_description">Downloading a new %s version</string>
<string name="version_update_storage_access_required">Storage access is required to web update.</string>
<string name="version_update_storage_permission_denied">Storage permission request was denied.</string>
-
+ <string name="version_update_download_title">A new %s version has been downloaded.</string>
+ <string name="version_update_download_description">Tap here to install the update.</string>
</resources>