diff options
author | dosire <sytses@gmail.com> | 2014-02-04 11:39:07 +0100 |
---|---|---|
committer | dosire <sytses@gmail.com> | 2014-02-04 11:39:07 +0100 |
commit | 3a48e1cfd1de2d96007b89aa5a16f013976eeb96 (patch) | |
tree | 7047fc8c235ed40347bc4111ac2a92f71b47cedb /public | |
parent | edc18e777ca72442986c9843624934f248a8a2fe (diff) | |
download | gitlab-ce-3a48e1cfd1de2d96007b89aa5a16f013976eeb96.tar.gz |
Truthful wording. Fixes #934
Diffstat (limited to 'public')
-rw-r--r-- | public/500.html | 2 | ||||
-rw-r--r-- | public/502.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/500.html b/public/500.html index 5b78e3e38cb..c84b9e90e4b 100644 --- a/public/500.html +++ b/public/500.html @@ -8,6 +8,6 @@ <h1>500</h1> <h3>We're sorry, but something went wrong.</h3> <hr/> - <p>We've been notified about this issue and we'll take a look at it shortly.</p> + <p>Please contact your GitLab administrator if this problem persists.</p> </body> </html> diff --git a/public/502.html b/public/502.html index d22816ce870..d171eccc927 100644 --- a/public/502.html +++ b/public/502.html @@ -8,6 +8,6 @@ <h1>502</h1> <h3>GitLab is not responding.</h3> <hr/> - <p>Please contact your administrator if this problem persists.</p> + <p>Please contact your GitLab administrator if this problem persists.</p> </body> </html> |