Commit e705344daa78d256279c7a25958766e3ed19d9fd

Authored by randx
2 parents 2d887d91 0a9adbbe

Merge branch 'master' of github.com:gitlabhq/gitlabhq

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/views/shared/_no_ssh.html.haml
1 1 - if current_user.require_ssh_key?
2 2 %h6.error_message
3 3 %span
4   - You wont be able to pull/push project code unless you
  4 + You won't be able to pull or push project code until you
5 5 %strong
6 6 = link_to new_key_path, class: "vlink" do
7   - add SSH key
  7 + add a SSH key
8 8 to your profile
... ...