aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed <mohamed@zenadi.com>2018-02-04 11:40:36 +0100
committerMohamed <mohamed@zenadi.com>2018-02-04 11:40:36 +0100
commitea1d83a5e9674174e1293036cb58767d345e0b7a (patch)
tree8d198150b7c778884afdaeda7d995240c7b541ff
parent61218501032ee4f1f546fde517dd55ce0ea6a60b (diff)
inform the user that remembering ssh-key passphrase is insecure
see #378
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 9d23a253..1d9422bb 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -213,7 +213,7 @@
<string name="git_push_other_error">Remote rejected non-fast-forward push. Check receive.denyNonFastForwards variable in config file of destination repository.</string>
<string name="jgit_error_push_dialog_text">Error occurred during the push operation:</string>
<string name="ssh_key_clear_passphrase">Clear ssh-key saved passphrase</string>
- <string name="remember_the_passphrase">Remember the passphrase</string>
+ <string name="remember_the_passphrase">Remember the passphrase in the app configuration (insecure)</string>
<string name="hackish_tools">Hackish tools</string>
<string name="abort_rebase">Abort rebase</string>
<string name="commit_hash">Commit hash</string>