diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/open311/index.html | 2 | ||||
-rwxr-xr-x | templates/web/fixmystreet.com/about/faq-en-gb.html | 4 | ||||
-rw-r--r-- | templates/web/fixmystreet.com/footer_extra.html | 2 | ||||
-rw-r--r-- | templates/web/fixmystreet.com/report/_report_meta_info.html | 2 | ||||
-rwxr-xr-x | templates/web/fixmystreet.com/reports/_extras.html | 2 | ||||
-rw-r--r-- | templates/web/stevenage/footer.html | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/templates/web/base/open311/index.html b/templates/web/base/open311/index.html index 51e7ef364..b6e93c13a 100644 --- a/templates/web/base/open311/index.html +++ b/templates/web/base/open311/index.html @@ -41,7 +41,7 @@ about future-proofing your communication channels in an easy and economical way [% IF c.cobrand.moniker == 'fixmystreet' %] <p>You may be interested to know about <a href="https://www.fixmystreet.com/about/council">FixMyStreet -for Councils</a>, our hosted service which sits seamlessly on your council +Professional</a>, our hosted service which sits seamlessly on your council website.</p> <p>We can integrate it with any council back-end system, but if you use diff --git a/templates/web/fixmystreet.com/about/faq-en-gb.html b/templates/web/fixmystreet.com/about/faq-en-gb.html index 0bf55742b..f9bffdf01 100755 --- a/templates/web/fixmystreet.com/about/faq-en-gb.html +++ b/templates/web/fixmystreet.com/about/faq-en-gb.html @@ -357,7 +357,7 @@ categories if you wish. <p>FixMyStreet reports usually come by email. If you reply to the email in your normal way, your response will go directly into the user's inbox. <p>Your reply is not published on the FixMyStreet website (unless you are a -FixMyStreet for Councils customer who has chosen this option – see 'Can +FixMyStreet Professional customer who has chosen this option – see 'Can FixMyStreet connect directly with council systems?', below). </dd> @@ -397,7 +397,7 @@ FixMyStreet about as easy to use as possible. <dt>FixMyStreet is better than our own reporting system</dt> <dd> <p>Then why not replace it with FixMyStreet? We now offer a <a -href="/council">complete fault-reporting solution for councils</a>, that +href="/about/council">complete fault-reporting solution for councils</a>, that integrates with your own website. <p>It has all the benefits of FixMyStreet's focus on usability, and is a robust, economical, cloud-based option. diff --git a/templates/web/fixmystreet.com/footer_extra.html b/templates/web/fixmystreet.com/footer_extra.html index e16198bb1..0eee4a802 100644 --- a/templates/web/fixmystreet.com/footer_extra.html +++ b/templates/web/fixmystreet.com/footer_extra.html @@ -31,7 +31,7 @@ %]>[% loc("Local alerts") %]</[% c.req.uri.path == '/alert' ? 'span' : 'a' %]></li> </ul> <ul> - <li><a href="/about/council">FixMyStreet for Councils</a></li> + <li><a href="/about/council">FixMyStreet Professional</a></li> <li><[% IF c.req.uri.path == '/posters' %]span[% ELSE %]a href="[% base %]/posters"[% END %]>[% loc("FixMyStreet Goodies") %]</[% c.req.uri.path == '/posters' ? 'span' : 'a' %]></li> <li><[% IF c.req.uri.path == '/contact' %]span[% ELSE %]a href="[% base %]/contact"[% END diff --git a/templates/web/fixmystreet.com/report/_report_meta_info.html b/templates/web/fixmystreet.com/report/_report_meta_info.html index da0912a3f..88abd97be 100644 --- a/templates/web/fixmystreet.com/report/_report_meta_info.html +++ b/templates/web/fixmystreet.com/report/_report_meta_info.html @@ -1,5 +1,5 @@ [% problem.meta_line(c) | html %] [% IF c.cobrand.moniker != problem.get_cobrand_logged.moniker AND problem.get_cobrand_logged.is_council %] - using <a href="https://www.fixmystreet.com/about/council">FixMyStreet for Councils</a> + using <a href="https://www.fixmystreet.com/about/council">FixMyStreet Professional</a> [% END %] [%- IF !problem.used_map %]; <strong>([% loc('there is no pin shown as the user did not use the map') %])</strong>[% END %] diff --git a/templates/web/fixmystreet.com/reports/_extras.html b/templates/web/fixmystreet.com/reports/_extras.html index 77c2cecdf..ff9db567f 100755 --- a/templates/web/fixmystreet.com/reports/_extras.html +++ b/templates/web/fixmystreet.com/reports/_extras.html @@ -25,7 +25,7 @@ <td class="title" colspan="6" style="padding-top:0"> <small title="This council's online reporting is powered by FixMyStreet">(includes reports from <a href="http[% secure.$site %]://[% site %]">[% site %]</a> using - <a href="/about/council">FixMyStreet for Councils</a>)</small> + <a href="/about/council">FixMyStreet Professional</a>)</small> </td> </tr> [% END %] diff --git a/templates/web/stevenage/footer.html b/templates/web/stevenage/footer.html index ee0fc15d5..e8551fecb 100644 --- a/templates/web/stevenage/footer.html +++ b/templates/web/stevenage/footer.html @@ -19,7 +19,7 @@ </li> <li> <h4>[% loc('Are you from a council?') %]</h4> - <p>[% loc('Would you like better integration with FixMyStreet? <a href="https://www.fixmystreet.com/about/council">Find out about FixMyStreet for councils</a>.') %]</p> + <p>[% loc('Would you like better integration with FixMyStreet? <a href="https://www.fixmystreet.com/about/council">Find out about FixMyStreet Professional</a>.') %]</p> </li> </ul> </div> |