diff options
author | matthew <matthew> | 2007-04-27 19:37:29 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-04-27 19:37:29 +0000 |
commit | fcd7709b5ddf2856faab444b7ce99aee9698068e (patch) | |
tree | 63c96d7fd2438460741efd4f004142b647cd0a3d | |
parent | 5b9c2b5e503a108c86d46f64dbf3e5a3bd0a0597 (diff) |
Text tweaks.
-rwxr-xr-x | web/contact.cgi | 4 | ||||
-rwxr-xr-x | web/faq.cgi | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/web/contact.cgi b/web/contact.cgi index 64e41c989..6857fb0e5 100755 --- a/web/contact.cgi +++ b/web/contact.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: contact.cgi,v 1.14 2007-04-23 17:02:02 francis Exp $ +# $Id: contact.cgi,v 1.15 2007-04-27 19:37:29 matthew Exp $ use strict; require 5.8.0; @@ -119,7 +119,7 @@ sub contact_page { $out .= '<input type="hidden" name="id" value="' . $id . '">'; } else { $out .= <<EOF; -<p>Do <strong>not</strong> report problems through this form; messages go to +<p>Please do <strong>not</strong> report problems through this form; messages go to the team behind Neighbourhood Fix-It, not a council. To report a problem, please <a href="/">go to the front page</a> and follow the instructions.</p> diff --git a/web/faq.cgi b/web/faq.cgi index 6dfe01b00..c5c7675d7 100755 --- a/web/faq.cgi +++ b/web/faq.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: faq.cgi,v 1.14 2007-04-23 17:00:33 francis Exp $ +# $Id: faq.cgi,v 1.15 2007-04-27 19:37:29 matthew Exp $ use strict; require 5.8.0; @@ -67,8 +67,8 @@ a contribution, <a href="https://secure.mysociety.org/donate/">please do</a>.</d <dt>I'm from a council, where do you send the reports?</dt> <dd>You can either leave a test report or <a href="/contact">contact us</a> -to find out where reports go at the moment. Also <a href="contact">contact us</a> -to update the address. +to find out where reports go at the moment. Also <a href="/contact">contact us</a> +to update the address or addresses we use. </dd> <dt>Do you remove silly or illegal content?</dt> |