Commit 3a48e1cfd1de2d96007b89aa5a16f013976eeb96
1 parent
edc18e77
Exists in
spb-stable
and in
3 other branches
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,6 +8,6 @@ | ||
8 | <h1>500</h1> | 8 | <h1>500</h1> |
9 | <h3>We're sorry, but something went wrong.</h3> | 9 | <h3>We're sorry, but something went wrong.</h3> |
10 | <hr/> | 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 | </body> | 12 | </body> |
13 | </html> | 13 | </html> |
public/502.html
@@ -8,6 +8,6 @@ | @@ -8,6 +8,6 @@ | ||
8 | <h1>502</h1> | 8 | <h1>502</h1> |
9 | <h3>GitLab is not responding.</h3> | 9 | <h3>GitLab is not responding.</h3> |
10 | <hr/> | 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 | </body> | 12 | </body> |
13 | </html> | 13 | </html> |