Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-10-30 00:51:28 +0400
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-10-30 00:51:28 +0400
commit0a9adbbe4a049e0af405feb1e5ce80b28bbbd292 (patch)
treed00a297ad6fcad2e722e3523437e7627d658fe78 /app/views/shared/_no_ssh.html.haml
parent50a6c614b5a9eeb2faae2c5a2a71365b7d35d41a (diff)
Fix no SSH key warning
Diffstat (limited to 'app/views/shared/_no_ssh.html.haml')
-rw-r--r--app/views/shared/_no_ssh.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/_no_ssh.html.haml b/app/views/shared/_no_ssh.html.haml
index b6ab666bc5d..c2d00654a4a 100644
--- a/app/views/shared/_no_ssh.html.haml
+++ b/app/views/shared/_no_ssh.html.haml
@@ -1,8 +1,8 @@
- if current_user.require_ssh_key?
%h6.error_message
%span
- You wont be able to pull/push project code unless you
+ You won't be able to pull or push project code until you
%strong
= link_to new_key_path, class: "vlink" do
- add SSH key
+ add a SSH key
to your profile