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
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-05-10 21:04:02 +0300
committerDouwe Maan <douwe@gitlab.com>2015-05-13 10:41:55 +0300
commitbd8ff93c8c3bc918cf926a3108eaacbf2e3a093e (patch)
tree3fbb6f11fac88778e00801f4a679f65bcb35671b /public/500.html
parent1dd0caf4d95c6d09fe54041fd7aff9f8661bfbef (diff)
Improve text on error pages.
Diffstat (limited to 'public/500.html')
-rw-r--r--public/500.html5
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>