diff --git a/app/views/errors/access_denied.html.haml b/app/views/errors/access_denied.html.haml
index 644ee03ec9fb40b76fa46ef52e9e8dd2b09ca6c1..d38e06137a1db6f86b3b1400fcc160d3f21f099c 100644
--- a/app/views/errors/access_denied.html.haml
+++ b/app/views/errors/access_denied.html.haml
@@ -1,5 +1,5 @@
.alert-message.block-message.error
%h3 Access Denied
%hr
- %p Youre not allowed to access this page
+ %p You are not allowed to access this page.
%p Read more about project permissions #{link_to "here", help_permissions_path, class: "vlink"}
diff --git a/app/views/errors/encoding.html.haml b/app/views/errors/encoding.html.haml
index 1b1376be5781d8902d60ceab2be705aeb4c5d863..4662437f2d21f14e6f37eb2b9f464fc5a3fbbe0f 100644
--- a/app/views/errors/encoding.html.haml
+++ b/app/views/errors/encoding.html.haml
@@ -2,5 +2,4 @@
%h3 Encoding Error
%hr
%p
- Page can't be loaded cause of encoding error
-
+ Page can't be loaded because of an encoding error.
diff --git a/app/views/errors/git_not_found.html.haml b/app/views/errors/git_not_found.html.haml
index abde7441a4042a2578107a45c8b3eed896d15768..27ba201a43d32e953b4e04867ee559b5001fdc2a 100644
--- a/app/views/errors/git_not_found.html.haml
+++ b/app/views/errors/git_not_found.html.haml
@@ -6,4 +6,4 @@
%span.label branch
or
%span.label commit
- in your repository. Maybe it was moved
+ in your repository. It may have been moved.
diff --git a/app/views/errors/gitolite.html.haml b/app/views/errors/gitolite.html.haml
index 88ec66d5df6cacf07cb24225ba8ba8efe82e6e0e..3463e8f027a0fd0a10459331f73f9d748cbfec9a 100644
--- a/app/views/errors/gitolite.html.haml
+++ b/app/views/errors/gitolite.html.haml
@@ -2,9 +2,6 @@
%h3 Gitolite Error
%h4 Application can't get access to your gitolite system.
-
-
-
%h4 Tips for Administrator:
%ul
diff --git a/app/views/errors/not_found.html.haml b/app/views/errors/not_found.html.haml
index 9b76a9bf908afaa4c7311cd237eb6ed7285e3ef8..374c4f37d17474ffef4ef78d44f515a27121d6e8 100644
--- a/app/views/errors/not_found.html.haml
+++ b/app/views/errors/not_found.html.haml
@@ -1,5 +1,5 @@
.alert-message.block-message.error
%h3 Not found
%hr
- %p Resource you were looking for doesn't exist.
- %P You may have mistyped the address or it was removed.
+ %p The resource you were looking for doesn't exist.
+ %p You may have mistyped the address or it may have been removed.