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
path: root/public
diff options
context:
space:
mode:
authorBranka Martinovic <branka.martinovic@live.com>2017-09-01 11:59:42 +0300
committerBranka Martinovic <branka.martinovic@live.com>2017-09-01 11:59:42 +0300
commitcc08b863b6bfe35cf72263526039672eedd2db47 (patch)
treefdd58eb849154ac8a6f90c3a6f0e0822279fbf56 /public
parent8713afe61fb1beaff4d550a60b88d274c47006ea (diff)
Changed message and title on the 404 page
Diffstat (limited to 'public')
-rw-r--r--public/404.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/404.html b/public/404.html
index 4db72be6f8c..fc6f23350d8 100644
--- a/public/404.html
+++ b/public/404.html
@@ -72,8 +72,9 @@
404
</h1>
<div class="container">
- <h3>The page you're looking for could not be found.</h3>
+ <h3>This page could not be found or you don't have the permission.</h3>
<hr />
+ <p>The resource that you are attempting to access does not exist or you don't have the necessary permissions to view it.</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>
<a href="javascript:history.back()" class="js-go-back go-back">Go back</a>