Commit c9c292f3502c5d06f30b4851a7d02c968ffb9d26
1 parent
34e15801
Exists in
master
and in
4 other branches
fixed spelling mistake - 'yo tour' to 'to your'
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/projects/empty.html.haml
1 | - if current_user.require_ssh_key? | 1 | - if current_user.require_ssh_key? |
2 | .alert-message.block-message.error | 2 | .alert-message.block-message.error |
3 | %ul | 3 | %ul |
4 | - %li You have no ssh keys added yo tour profile. | 4 | + %li You have no ssh keys added to your profile. |
5 | %li You wont be able to pull/push repository. | 5 | %li You wont be able to pull/push repository. |
6 | %li Visit profile → keys and add public key of every machine you want to use for work with gitlabhq. | 6 | %li Visit profile → keys and add public key of every machine you want to use for work with gitlabhq. |
7 | 7 |