Commit 93a5b3d811ded5e0dd94b92c5babef4dbeddb902

Authored by Dmitriy Zaporozhets
2 parents a1385d11 b9e23b90

Merge pull request #485 from deanperry/master

Fixed spelling mistake - 'yo tour' to 'to your'
app/views/errors/access_denied.html.haml
@@ -2,4 +2,4 @@ @@ -2,4 +2,4 @@
2 %h3 Access Denied 2 %h3 Access Denied
3 %hr 3 %hr
4 %p Youre not allowed to access this page 4 %p Youre not allowed to access this page
5 - %p Ream more about project permissions #{link_to "here", help_permissions_path, :class => "vlink"} 5 + %p Read more about project permissions #{link_to "here", help_permissions_path, :class => "vlink"}
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
app/views/protected_branches/index.html.haml
@@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
6 %ul 6 %ul
7 %li keep stable branches secured 7 %li keep stable branches secured
8 %li forced code review before merge to protected branches 8 %li forced code review before merge to protected branches
9 - %p Ream more about project permissions #{link_to "here", help_permissions_path, :class => "vlink"} 9 + %p Read more about project permissions #{link_to "here", help_permissions_path, :class => "vlink"}
10 10
11 11
12 12