diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-05-10 20:04:02 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-05-13 09:41:55 +0200 |
commit | bd8ff93c8c3bc918cf926a3108eaacbf2e3a093e (patch) | |
tree | 3fbb6f11fac88778e00801f4a679f65bcb35671b /public/422.html | |
parent | 1dd0caf4d95c6d09fe54041fd7aff9f8661bfbef (diff) | |
download | gitlab-ce-bd8ff93c8c3bc918cf926a3108eaacbf2e3a093e.tar.gz |
Improve text on error pages.
Diffstat (limited to 'public/422.html')
-rw-r--r-- | public/422.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/public/422.html b/public/422.html index b6c37ac5386..cad385ac153 100644 --- a/public/422.html +++ b/public/422.html @@ -1,16 +1,16 @@ <!DOCTYPE html> <html> <head> - <title>The change you wanted was rejected (422)</title> - <link href="/static.css" media="screen" rel="stylesheet" type="text/css" /> + <title>The change you requested was rejected (422)</title> + <link href="static.css" media="screen" rel="stylesheet" type="text/css" /> </head> <body> <!-- This file lives in public/422.html --> <h1>422</h1> - <div> - <h2>The change you wanted was rejected.</h2> - <p>Maybe you tried to change something you didn't have access to.</p> - </div> + <h3>The change you requested was rejected.</h3> + <hr /> + <p>Make sure you have access to the thing you tried to change.</p> + <p>Please contact your GitLab administrator if you think this is a mistake.</p> </body> </html> |