Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-05-10 21:04:02 +0300
committerDouwe Maan <douwe@gitlab.com>2015-05-13 10:41:55 +0300
commitbd8ff93c8c3bc918cf926a3108eaacbf2e3a093e (patch)
tree3fbb6f11fac88778e00801f4a679f65bcb35671b /public/404.html
parent1dd0caf4d95c6d09fe54041fd7aff9f8661bfbef (diff)
Improve text on error pages.
Diffstat (limited to 'public/404.html')
-rw-r--r--public/404.html7
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>