aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-05-08 02:51:02 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-05-08 03:09:26 +0530
commitd988bdd0dcfe5235cedcbd6b6dc5a49e6c3df571 (patch)
treea3e29792be6088e1c2052fcedded7093b75446bf /app/src/main/res/values
parent4ff0525e951472bc187961a89dc97e79aba8c68e (diff)
feat: wire up passphrase cache
Currently has horrible UX and is behind an experimental feature flag
Diffstat (limited to 'app/src/main/res/values')
-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 f3e2dbd0..e0a1d3b7 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -371,4 +371,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="pref_title_passphrase_cache">Enable passphrase caching</string>
</resources>