Commit e0f07cca6b258b2096a6cc32a3c98be7f5261989

Authored by Dmitriy Zaporozhets
2 parents b4cc04d7 807721df

Merge pull request #337 from tomneedham/patch-1

fixed no ssh key message
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/empty.html.haml
1 1 - if current_user.require_ssh_key?
2 2 %ul.errors_holder
3   - %li You have no ssh keys added yo tour profile.
  3 + %li You have no ssh keys added to your profile.
4 4 %li You wont be able to pull/push repository.
5 5 %li Visit profile → keys and add public key of every machine you want to use for work with gitlabhq.
6 6  
... ...