summaryrefslogtreecommitdiff
path: root/public/404.html
diff options
context:
space:
mode:
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>