aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-11-29 19:39:25 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-11-29 19:39:25 +0530
commit891455d7a7f618d2aac81fa742ffaef6dfbf7195 (patch)
tree42a1a6cf5ae14be5a5a03c7396819e66714ce705 /app/src/main/res
parent9b7175a555dd919fa3b029f92fb01110727989c0 (diff)
fix: gate passphrase cache behind authenticator availability
Fixes #2783
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index deb80de3..21ad8845 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -136,7 +136,7 @@
<string name="pref_pgp_key_manager_title">Key manager</string>
<string name="pref_pgp_ascii_armor_title">Encrypt in ASCII armor mode</string>
<string name="pref_passphrase_cache_title">Enable passphrase caching</string>
- <string name="pref_passphrase_cache_summary">WARNING: this feature is functional but very experimental.</string>
+ <string name="pref_passphrase_cache_summary">WARNING: this feature is functional but very experimental. Requires an active screen lock.</string>
<!-- PasswordGenerator fragment -->
<string name="pwgen_title">Generate Password</string>