diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-01-05 15:26:36 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-01-05 15:26:36 +0000 |
commit | 9d391efe1f05eaab3bfc25a3c44b2d6a77879904 (patch) | |
tree | 6a6d505bbe7020d1e9c23671157b1b74b67c5d3e | |
parent | 5b6deb93fface15549452d1f25c0ef1bf219208a (diff) |
[UK] Update unresponsive warning text.
Fixes #1303.
-rw-r--r-- | templates/web/fixmystreet.com/report/new/unresponsive_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet.com/report/new/unresponsive_body.html b/templates/web/fixmystreet.com/report/new/unresponsive_body.html index a1b41aaf5..2ad3b7992 100644 --- a/templates/web/fixmystreet.com/report/new/unresponsive_body.html +++ b/templates/web/fixmystreet.com/report/new/unresponsive_body.html @@ -5,7 +5,7 @@ [% IF category %] <span class="refused-category">[% category | html %]</span> [% END %] - reports. + reports from third party reporting sites such as FixMyStreet. </p> <p>We can make your report public, but we can’t send it to the council.</p> <a href="/unresponsive?body=[% body_id %][% IF category %];category=[% category | uri %][% END %]">What can I do instead?</a> |