Merge pull request #485 from deanperry/master
Fixed spelling mistake - 'yo tour' to 'to your'
This commit is contained in:
commit
93a5b3d811
3 changed files with 3 additions and 3 deletions
|
@ -2,4 +2,4 @@
|
||||||
%h3 Access Denied
|
%h3 Access Denied
|
||||||
%hr
|
%hr
|
||||||
%p Youre not allowed to access this page
|
%p Youre not allowed to access this page
|
||||||
%p Ream more about project permissions #{link_to "here", help_permissions_path, :class => "vlink"}
|
%p Read more about project permissions #{link_to "here", help_permissions_path, :class => "vlink"}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
- if current_user.require_ssh_key?
|
- if current_user.require_ssh_key?
|
||||||
.alert-message.block-message.error
|
.alert-message.block-message.error
|
||||||
%ul
|
%ul
|
||||||
%li You have no ssh keys added yo tour profile.
|
%li You have no ssh keys added to your profile.
|
||||||
%li You wont be able to pull/push repository.
|
%li You wont be able to pull/push repository.
|
||||||
%li Visit profile → keys and add public key of every machine you want to use for work with gitlabhq.
|
%li Visit profile → keys and add public key of every machine you want to use for work with gitlabhq.
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
%ul
|
%ul
|
||||||
%li keep stable branches secured
|
%li keep stable branches secured
|
||||||
%li forced code review before merge to protected branches
|
%li forced code review before merge to protected branches
|
||||||
%p Ream more about project permissions #{link_to "here", help_permissions_path, :class => "vlink"}
|
%p Read more about project permissions #{link_to "here", help_permissions_path, :class => "vlink"}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue