diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2024-03-12 13:04:32 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2024-03-12 13:04:32 +0530 |
commit | 5082df2f934cf4728cf43ae5dd5a1749de0ba534 (patch) | |
tree | 6e57d76dfd7169e3184f5d130c59e03e0d071c78 /app/src/main/res/values | |
parent | 0d7d6eae79dc00500e0988d23094ddaa0d407e07 (diff) |
fix: clear passphrase cache when disabling
Diffstat (limited to 'app/src/main/res/values')
-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 acb07b5e..23e2e6e5 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -137,6 +137,7 @@ <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. Requires an active screen lock.</string> + <string name="pref_passphrase_cache_authenticate_clear">Authenticate to clear cache</string> <!-- PasswordGenerator fragment --> <string name="pwgen_title">Generate Password</string> |