Commit b9e23b906e43dba38f8e8a2d0dc27f7154b75df2
1 parent
c9c292f3
Exists in
master
and in
4 other branches
fixed spelling mistake - 'Ream more' to 'read more'
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/views/errors/access_denied.html.haml
... | ... | @@ -2,4 +2,4 @@ |
2 | 2 | %h3 Access Denied |
3 | 3 | %hr |
4 | 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/protected_branches/index.html.haml
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | %ul |
7 | 7 | %li keep stable branches secured |
8 | 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 | ... | ... |