From a35314e6beac7d8755a085ea2a29ce35d37ad719 Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Mon, 15 Jan 2024 01:04:59 +0100 Subject: [PATCH] Reword error messages --- public/400.html | 4 ++-- public/403.html | 2 +- public/422.html | 4 ++-- public/500.html | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/public/400.html b/public/400.html index 8d611f7..a413123 100644 --- a/public/400.html +++ b/public/400.html @@ -57,9 +57,9 @@
-

Server received request it won't process.

+

Server received request it's unable to understand.

-

If request has been generated by application, you can notify site administrator.

+

This should not happen, please notify site administrator.

diff --git a/public/403.html b/public/403.html index 0cfd3d4..96dc585 100644 --- a/public/403.html +++ b/public/403.html @@ -59,7 +59,7 @@

You have not been granted access to this page.

-

If you feel you should have access, please contact the site administrator.

+

This should not happen, please notify site administrator.

diff --git a/public/422.html b/public/422.html index 974009b..b2d25c4 100644 --- a/public/422.html +++ b/public/422.html @@ -57,9 +57,9 @@
-

The change you wanted was rejected.

+

The request is semantically incorrect and was rejected.

-

If you feel you should have been able to make this change, please contact the site administrator.

+

This should not happen, please contact site administrator.

diff --git a/public/500.html b/public/500.html index a833467..7c29291 100644 --- a/public/500.html +++ b/public/500.html @@ -57,9 +57,9 @@
-

We're sorry, but something went wrong.

+

Unspecified error prevented server from handling the request.

-

An application error has occured, you can notify the site administrator.

+

An application error has occured, please notify site administrator.