diff options
author | Robert Speicher <rspeicher@gmail.com> | 2012-08-10 19:47:54 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2012-08-13 21:02:40 -0400 |
commit | 6af38f51453d6a59eb983c13efa1e08303c2ec16 (patch) | |
tree | 511ca17a1df315d1698ffb9efe0b2efb8f910e05 /app/views/errors | |
parent | 6ebd360cf2627f874532db6b6fa7f14d4b23984b (diff) | |
download | gitlab-ce-6af38f51453d6a59eb983c13efa1e08303c2ec16.tar.gz |
"Cant" -> "Can't"
Diffstat (limited to 'app/views/errors')
-rw-r--r-- | app/views/errors/encoding.html.haml | 2 | ||||
-rw-r--r-- | app/views/errors/git_not_found.html.haml | 2 | ||||
-rw-r--r-- | app/views/errors/gitolite.html.haml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app/views/errors/encoding.html.haml b/app/views/errors/encoding.html.haml index 0ffbadeb08d..1b1376be578 100644 --- a/app/views/errors/encoding.html.haml +++ b/app/views/errors/encoding.html.haml @@ -2,5 +2,5 @@ %h3 Encoding Error %hr %p - Page cant be loaded cause of encoding error + Page can't be loaded cause of encoding error diff --git a/app/views/errors/git_not_found.html.haml b/app/views/errors/git_not_found.html.haml index b2399ac51dc..abde7441a40 100644 --- a/app/views/errors/git_not_found.html.haml +++ b/app/views/errors/git_not_found.html.haml @@ -2,7 +2,7 @@ %h3 Git Resource Not found %hr %p - Application cant get access to some + Application can't get access to some %span.label branch or %span.label commit diff --git a/app/views/errors/gitolite.html.haml b/app/views/errors/gitolite.html.haml index eb09d2141b9..88ec66d5df6 100644 --- a/app/views/errors/gitolite.html.haml +++ b/app/views/errors/gitolite.html.haml @@ -1,6 +1,6 @@ .alert-message.block-message.error %h3 Gitolite Error - %h4 Application cant get access to your gitolite system. + %h4 Application can't get access to your gitolite system. |