aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-06-04 02:02:47 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-06-04 02:02:47 +0530
commit469700f62703a9e81ea711ebe7af6f9c9a8e21fe (patch)
tree74f076f36993d384c01c80d57bd0ee5be920e463 /app/src/main/res
parentf6e1830647d9fbf91fca603a51566d66069e9def (diff)
feat: add custom dialog title for passphrase cache
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 9dc739ad..38b7dbc3 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -373,4 +373,5 @@
<string name="pgp_key_manager_no_keys_guidance">Import a key using the add button below</string>
<string name="no_keys_imported_dialog_title">No keys imported</string>
<string name="no_keys_imported_dialog_message">There are no PGP keys imported in the app yet, press the button below to pick a key file</string>
+ <string name="biometric_prompt_title_gpg_passphrase_cache">Unlock passphrase cache</string>
</resources>