From 36f769c79c85f666210420febb92796864750b4f Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Wed, 7 Jul 2021 23:47:29 +0200 Subject: [PATCH] SSH Keys: Change label to indicate its the password for the private key Some users have gotten confused that it is the account password. --- assets/langs/en.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/langs/en.yaml b/assets/langs/en.yaml index 633a771b..b925ebf7 100644 --- a/assets/langs/en.yaml +++ b/assets/langs/en.yaml @@ -438,7 +438,7 @@ setup: sshKeyUserProvided: public: Public Key - private: Private Key - - password: Password + password: Private Key Password cloning: Cloning ... host: title: Select a Git Hosting Provider -