aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorAditya Wasan <adityawasan55@gmail.com>2022-01-13 22:13:53 +0530
committerGitHub <noreply@github.com>2022-01-13 16:43:53 +0000
commitabc62c2b6b9d7106eb9f53f4994f086835602e57 (patch)
tree477942729574acfd0699f090a1e3ad8a073d1703 /app/src/main/res
parentc1ef2e73418d1ddda7711520645a77b8c8e3cf56 (diff)
Refactor randomized password generator into a separate module (#1663)
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 7b476587..c11e6f25 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -391,5 +391,6 @@
<string name="pgp_key_import_succeeded">Successfully imported PGP key</string>
<string name="pgp_key_import_succeeded_message">The key ID of the imported key is given below, please review it for correctness:\n%1$s</string>
<string name="pref_category_pgp_title">PGP settings</string>
+ <string name="pwgen_some_error_occurred">Some error occurred</string>
</resources>