Commit 07157799c42b015bbfe2d301db4660cb4a555784

Authored by Dmitriy Zaporozhets
2 parents edc18e77 3a48e1cf

Merge branch '500-message' into 'master'

500 Message
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>
... ...