diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-05-10 20:04:02 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-05-13 09:41:55 +0200 |
commit | bd8ff93c8c3bc918cf926a3108eaacbf2e3a093e (patch) | |
tree | 3fbb6f11fac88778e00801f4a679f65bcb35671b /public/404.html | |
parent | 1dd0caf4d95c6d09fe54041fd7aff9f8661bfbef (diff) | |
download | gitlab-ce-bd8ff93c8c3bc918cf926a3108eaacbf2e3a093e.tar.gz |
Improve text on error pages.
Diffstat (limited to 'public/404.html')
-rw-r--r-- | public/404.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/public/404.html b/public/404.html index 867f193a98f..a0106bc760d 100644 --- a/public/404.html +++ b/public/404.html @@ -1,14 +1,15 @@ <!DOCTYPE html> <html> <head> - <title>The page you were looking for doesn't exist (404)</title> + <title>The page you're looking for could not be found (404)</title> <link href="/static.css" media="screen" rel="stylesheet" type="text/css" /> </head> <body> <h1>404</h1> - <h3>The page you were looking for doesn't exist.</h3> + <h3>The page you're looking for could not be found.</h3> <hr/> - <p>You may have mistyped the address or the page may have moved.</p> + <p>Make sure the address is correct and that the page hasn't moved.</p> + <p>Please contact your GitLab administrator if you think this is a mistake.</p> </body> </html> |