diff options
author | Aditya Wasan <adityawasan55@gmail.com> | 2022-01-13 22:13:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 16:43:53 +0000 |
commit | abc62c2b6b9d7106eb9f53f4994f086835602e57 (patch) | |
tree | 477942729574acfd0699f090a1e3ad8a073d1703 /app/src/main/res | |
parent | c1ef2e73418d1ddda7711520645a77b8c8e3cf56 (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.xml | 1 |
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> |