Commit 01bb42ae02a863b4455af06a39d55fdda2e4dfec
1 parent
d97a9aa4
Exists in
master
and in
4 other branches
Fix very minor spelling issue.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
public/githost_error.html
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html> |
3 | 3 | <head> |
4 | - <title>We're sorry, but we cant get access to your gitolite</title> | |
4 | + <title>We're sorry, but we can't get access to your gitolite</title> | |
5 | 5 | <style type="text/css"> |
6 | 6 | body { background-color: #EAEAEA; color: #666; text-align: center; font-family: arial, sans-serif; } |
7 | 7 | div.dialog { |
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | <!-- This file lives in public/500.html --> |
21 | 21 | <div class="dialog"> |
22 | 22 | <h1>Gitolite Error</h1> |
23 | - <h2>Application cant get access to your gitolite system.</h2> | |
23 | + <h2>Application can't get access to your gitolite system.</h2> | |
24 | 24 | <hr> |
25 | 25 | <h3> 1. Check 'config/gitlab.yml' for correct settings.</h3> |
26 | 26 | <h3> 2. Make sure web server user has access to gitolite. <a href="https://github.com/gitlabhq/gitlabhq/wiki/Gitolite">Setup tutorial</a></h3> | ... | ... |