diff options
Diffstat (limited to 'web/template/404.tmpl')
-rw-r--r-- | web/template/404.tmpl | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/web/template/404.tmpl b/web/template/404.tmpl index 096f7f364..7153bfd40 100644 --- a/web/template/404.tmpl +++ b/web/template/404.tmpl @@ -2,7 +2,17 @@ <main> <section> <h1>404: Page Not Found</h1> - If you believe this was an error, you can <a href="{{.instance.ContactAccount.URL}}">contact an admin</a> + <p> + GoToSocial only serves Public statuses via the web. + If you reached this page by clicking on a status link, + it's possible that the status is not Public, has been + deleted by the author, you don't have permission to see + it, or it just doesn't exist at all. + </p> + <p> + If you believe this 404 was an error, you can contact + the instance admin. + </p> </section> </main> |