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/502.html
parent1dd0caf4d95c6d09fe54041fd7aff9f8661bfbef (diff)
Improve text on error pages.
Diffstat (limited to 'public/502.html')
-rw-r--r--public/502.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/502.html b/public/502.html
index d171eccc927..9480a928439 100644
--- a/public/502.html
+++ b/public/502.html
@@ -6,8 +6,9 @@
</head>
<body>
<h1>502</h1>
- <h3>GitLab is not responding.</h3>
+ <h3>Whoops, GitLab is taking too much time to respond.</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>