diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-25 23:05:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-25 23:05:54 +0200 |
commit | 3b60832214fdd9d8b5fd01e9a177a6dde5259907 (patch) | |
tree | 7685a3e67baf1ed4caff4eef62ab2e724a58801e /config | |
parent | 259181c41a5b6d4654e4e956490a3e4120bc9920 (diff) |
New error page graphic. Other error page improvements (#5099)
- 500.html generated with admin-set default locale if set - Error page `<title>` includes Mastodon site title - 500 title changed to "This page is not correct" (ref: <https://www.youtube.com/watch?v=2VCAP_seh1A>) - 500 content appended with "on our end" to make clear it's not user's fault
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index cc440e1b0..f87d8532c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -310,7 +310,9 @@ en: content: Security verification failed. Are you blocking cookies? title: Security verification failed '429': Throttled - '500': We're sorry, but something went wrong. + '500': + content: We're sorry, but something went wrong on our end. + title: This page is not correct noscript_html: To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the <a href="https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/Apps.md">native apps</a> for Mastodon for your platform. exports: blocks: You block |