diff options
-rw-r--r-- | app/views/general/exception_caught.rhtml | 4 | ||||
-rw-r--r-- | app/views/help/contact.rhtml | 2 |
2 files changed, 3 insertions, 3 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> diff --git a/app/views/help/contact.rhtml b/app/views/help/contact.rhtml index 0f122cd70..785b2eca0 100644 --- a/app/views/help/contact.rhtml +++ b/app/views/help/contact.rhtml @@ -42,7 +42,7 @@ <p class="form_note"> <strong>Note:</strong> This is for contacting the WhatDoTheyKnow team only. If you are trying to send a new Freedom of Information - request to part of the UK Government, then <a href="/new">go here</a>. + request to part of the UK government, then <a href="/new">go here</a>. </p> <div class="form_button"> |