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/502.html | |
parent | 1dd0caf4d95c6d09fe54041fd7aff9f8661bfbef (diff) | |
download | gitlab-ce-bd8ff93c8c3bc918cf926a3108eaacbf2e3a093e.tar.gz |
Improve text on error pages.
Diffstat (limited to 'public/502.html')
-rw-r--r-- | public/502.html | 3 |
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> |