Commit 3a48e1cfd1de2d96007b89aa5a16f013976eeb96

Authored by dosire
1 parent edc18e77

Truthful wording. Fixes #934

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
public/500.html
... ... @@ -8,6 +8,6 @@
8 8 <h1>500</h1>
9 9 <h3>We're sorry, but something went wrong.</h3>
10 10 <hr/>
11   - <p>We've been notified about this issue and we'll take a look at it shortly.</p>
  11 + <p>Please contact your GitLab administrator if this problem persists.</p>
12 12 </body>
13 13 </html>
... ...
public/502.html
... ... @@ -8,6 +8,6 @@
8 8 <h1>502</h1>
9 9 <h3>GitLab is not responding.</h3>
10 10 <hr/>
11   - <p>Please contact your administrator if this problem persists.</p>
  11 + <p>Please contact your GitLab administrator if this problem persists.</p>
12 12 </body>
13 13 </html>
... ...