diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2024-07-30 17:19:44 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2024-07-30 17:19:56 +0530 |
commit | 81be3988c83ad9f29ec043cfd6f1b7559407b0f2 (patch) | |
tree | f103e471ee5bd67b69f1878cc59209e7bf18d6d2 /app/src/main/res | |
parent | f1cb72a1f6adf330545328947629ff88a566c343 (diff) |
fix: re-enable biometric lock feature
Fixes #2802
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 bddc831d..a971006e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -256,6 +256,7 @@ <string name="pref_biometric_auth_title">Enable biometric authentication</string> <string name="pref_biometric_auth_summary">When enabled, Password Store will prompt you for your fingerprint when launching the app</string> <string name="pref_biometric_auth_summary_error">Fingerprint hardware not accessible or missing</string> + <string name="pref_biometric_auth_summary_disabled_platform">Feature unavailable due to a platform bug</string> <string name="pref_title_openkeystore_clear_keyid">Clear remembered OpenKeystore SSH Key ID</string> <string name="your_public_key">Your public key</string> <string name="error_generate_ssh_key">Error while trying to generate the ssh-key</string> |