Commit 70174a1e1a132f92abd9106fcfe8d596c6d56bf1
1 parent
6af38f51
Exists in
master
and in
4 other branches
More minor translation/grammar fixes on error pages
Showing
5 changed files
with
5 additions
and
9 deletions
Show diff stats
app/views/errors/access_denied.html.haml
1 | .alert-message.block-message.error | 1 | .alert-message.block-message.error |
2 | %h3 Access Denied | 2 | %h3 Access Denied |
3 | %hr | 3 | %hr |
4 | - %p Youre not allowed to access this page | 4 | + %p You are not allowed to access this page. |
5 | %p Read 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/errors/encoding.html.haml
app/views/errors/git_not_found.html.haml
app/views/errors/gitolite.html.haml
app/views/errors/not_found.html.haml
1 | .alert-message.block-message.error | 1 | .alert-message.block-message.error |
2 | %h3 Not found | 2 | %h3 Not found |
3 | %hr | 3 | %hr |
4 | - %p Resource you were looking for doesn't exist. | ||
5 | - %P You may have mistyped the address or it was removed. | 4 | + %p The resource you were looking for doesn't exist. |
5 | + %p You may have mistyped the address or it may have been removed. |