summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys
diff options
context:
space:
mode:
authorHenry Smith <henry@henrysmith.org>2013-08-15 19:31:00 +0100
committerHenry Smith <henry@henrysmith.org>2013-08-15 19:31:00 +0100
commit3f28d9f7338cf0e061eba41881def195d61c6954 (patch)
treec08208d5430a8b87b270b0e5faff82a29dc65278 /app/views/profiles/keys
parent602e2e68d956a53cf411124e0548d7a93139768f (diff)
downloadgitlab-ce-3f28d9f7338cf0e061eba41881def195d61c6954.tar.gz
Improved wording for the settings in the "My Profile" section
Diffstat (limited to 'app/views/profiles/keys')
-rw-r--r--app/views/profiles/keys/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/profiles/keys/index.html.haml b/app/views/profiles/keys/index.html.haml
index 0704874763e..79fdb164089 100644
--- a/app/views/profiles/keys/index.html.haml
+++ b/app/views/profiles/keys/index.html.haml
@@ -3,9 +3,9 @@
.pull-right
= link_to "Add SSH Key", new_profile_key_path, class: "btn btn-new"
%p.light
- SSH key allows you to establish a secure connection between your computer and GitLab
+ SSH keys allow you to establish a secure connection between your computer and GitLab
%br
- Before you can add ssh key you need to
+ Before you can add an SSH key you need to
= link_to "generate it", help_ssh_path
%hr