diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-02-18 12:17:03 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 12:17:03 +0530 |
commit | 92ece7dbb5607258bcf954963009bf1f9411ab07 (patch) | |
tree | 3d9f3208e9d7f4ebbd996b1f4b99bec86713d51e /app/src/main/res/values/strings.xml | |
parent | 051d455c9f68d7edbc75abbc8d9293dd34d1d250 (diff) |
Implement manual TOTP import and cleanup password generators (#1320)
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 230be155..98e1da76 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -398,5 +398,9 @@ <string name="oreo_autofill_password_fill_and_conditional_save_support">Fill and save passwords (saving requires that no accessibility services are enabled)</string> <string name="clear_saved_host_key">Clear saved host key</string> <string name="clear_saved_host_key_success">Successfully cleared saved host key!</string> + <string name="otp_import_qr_code">Scan QR code</string> + <string name="otp_import_manual_entry">Enter manually</string> + <string name="otp_import_manual_hint_secret">Secret</string> + <string name="otp_import_manual_hint_account">Account</string> </resources> |