diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-03-25 12:34:25 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-03-25 12:36:13 +0530 |
commit | 8af09d5bc8ce0286e88edb49428ada5b1fd89bd0 (patch) | |
tree | 4b213d823e159aeeebd5a78ba7a367477d6c6161 /app/src/main/res | |
parent | 1e7401265676e79afbffb0396a0605726b93509e (diff) |
feat: offer to import a PGP key when none are present
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9b28814f..c5569929 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -369,4 +369,6 @@ <string name="pgp_key_manager_delete_confirmation_dialog_title">Delete key?</string> <string name="git_utils_reset_remote_branch_title">Remote branch name</string> <string name="pgp_key_manager_no_keys_guidance">Import a key using the add button below</string> + <string name="no_keys_imported_dialog_title">No keys imported</string> + <string name="no_keys_imported_dialog_message">There are no PGP keys imported in the app yet, press the button below to pick a key file</string> </resources> |