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/500.html | |
parent | 1dd0caf4d95c6d09fe54041fd7aff9f8661bfbef (diff) | |
download | gitlab-ce-bd8ff93c8c3bc918cf926a3108eaacbf2e3a093e.tar.gz |
Improve text on error pages.
Diffstat (limited to 'public/500.html')
-rw-r--r-- | public/500.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/500.html b/public/500.html index c84b9e90e4b..08c11bbd05a 100644 --- a/public/500.html +++ b/public/500.html @@ -1,13 +1,14 @@ <!DOCTYPE html> <html> <head> - <title>We're sorry, but something went wrong (500)</title> + <title>Something went wrong (500)</title> <link href="/static.css" media="screen" rel="stylesheet" type="text/css" /> </head> <body> <h1>500</h1> - <h3>We're sorry, but something went wrong.</h3> + <h3>Whoops, something went wrong on our end.</h3> <hr/> + <p>Try refreshing the page, or going back and attempting the action again.</p> <p>Please contact your GitLab administrator if this problem persists.</p> </body> </html> |