diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-03-21 14:03:51 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-04-16 15:42:07 +0530 |
commit | c60a2534d5f63d448f9c26d6ac8a933a74249d84 (patch) | |
tree | 31976a7ab2940e3349df8ffa7cf056346f906769 /app/src/main/res | |
parent | c292ba2e590a81ce3b0b6bd0bbe29ff6aad8ce34 (diff) |
Inform users that GPG key selection is mandatory (#1355)
* Inform users that GPG key selection is mandatory
Fixes #1342
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* changelog: add GPG key selection improvements
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
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 885753e9..af8fa88a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -417,5 +417,6 @@ <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="gpg_key_select_mandatory">Selecting a GPG key is necessary to proceed</string> </resources> |