From c9c292f3502c5d06f30b4851a7d02c968ffb9d26 Mon Sep 17 00:00:00 2001 From: Dean Perry Date: Tue, 28 Feb 2012 19:31:27 +0000 Subject: [PATCH 1/2] fixed spelling mistake - 'yo tour' to 'to your' --- app/views/projects/empty.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml index 9e9c4da6..5088c2e7 100644 --- a/app/views/projects/empty.html.haml +++ b/app/views/projects/empty.html.haml @@ -1,7 +1,7 @@ - if current_user.require_ssh_key? .alert-message.block-message.error %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 Visit profile → keys and add public key of every machine you want to use for work with gitlabhq. From b9e23b906e43dba38f8e8a2d0dc27f7154b75df2 Mon Sep 17 00:00:00 2001 From: Dean Perry Date: Tue, 28 Feb 2012 19:35:35 +0000 Subject: [PATCH 2/2] fixed spelling mistake - 'Ream more' to 'read more' --- app/views/errors/access_denied.html.haml | 2 +- app/views/protected_branches/index.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/errors/access_denied.html.haml b/app/views/errors/access_denied.html.haml index 2f3f3626..718663db 100644 --- a/app/views/errors/access_denied.html.haml +++ b/app/views/errors/access_denied.html.haml @@ -2,4 +2,4 @@ %h3 Access Denied %hr %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"} diff --git a/app/views/protected_branches/index.html.haml b/app/views/protected_branches/index.html.haml index dde90af3..de04cc08 100644 --- a/app/views/protected_branches/index.html.haml +++ b/app/views/protected_branches/index.html.haml @@ -6,7 +6,7 @@ %ul %li keep stable branches secured %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"}