diff options
Diffstat (limited to 'app/views/general/exception_caught.rhtml')
-rw-r--r-- | app/views/general/exception_caught.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/general/exception_caught.rhtml b/app/views/general/exception_caught.rhtml index 6db1e7d34..0cc08cce5 100644 --- a/app/views/general/exception_caught.rhtml +++ b/app/views/general/exception_caught.rhtml @@ -1,11 +1,11 @@ <h1>Sorry, we couldn't find that page</h1> -<p>You've requested a page which doesn't exist, or which we have moved. +<p>You've requested a page which doesn't exist, or which is broken. Perhaps you mistyped the address? Other things you can try:</p> <ul> <li>Go to <a href="/">our front page</a></li> -<li><a href="mailto:<%=contact_email%>">Email us</a> to tell us about +<li><a href="/help/contact">Contact us</a> to tell us about the problem</li> </ul> |