From cc08b863b6bfe35cf72263526039672eedd2db47 Mon Sep 17 00:00:00 2001 From: Branka Martinovic Date: Fri, 1 Sep 2017 10:59:42 +0200 Subject: Changed message and title on the 404 page --- changelogs/unreleased/add_message_to_the_404_page.yml | 5 +++++ public/404.html | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/add_message_to_the_404_page.yml diff --git a/changelogs/unreleased/add_message_to_the_404_page.yml b/changelogs/unreleased/add_message_to_the_404_page.yml new file mode 100644 index 00000000000..f567796fe9f --- /dev/null +++ b/changelogs/unreleased/add_message_to_the_404_page.yml @@ -0,0 +1,5 @@ +--- +title: Changed message and title on the 404 page +merge_request: +author: Branka Martinovic +type: added 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
-

The page you're looking for could not be found.

+

This page could not be found or you don't have the permission.


+

The resource that you are attempting to access does not exist or you don't have the necessary permissions to view it.

Make sure the address is correct and that the page hasn't moved.

Please contact your GitLab administrator if you think this is a mistake.

Go back -- cgit v1.2.1 From d4b88c61a4f68c6e6d047f1df33eaa6280abbab4 Mon Sep 17 00:00:00 2001 From: Branka Martinovic Date: Fri, 1 Sep 2017 11:42:31 +0200 Subject: Changed title on 404 page --- public/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/404.html b/public/404.html index fc6f23350d8..08f328da542 100644 --- a/public/404.html +++ b/public/404.html @@ -72,7 +72,7 @@ 404
-

This page could not be found or you don't have the permission.

+

The page could not be found or you don't have permission to view it.


The resource that you are attempting to access does not exist or you don't have the necessary permissions to view it.

Make sure the address is correct and that the page hasn't moved.

-- cgit v1.2.1