diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-02-14 14:14:55 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-02-14 14:14:55 +0000 |
commit | 17a3844c49d4769c8d47b50fce4a4a711748bd18 (patch) | |
tree | fe0122d3fa6fdf6119d908d29733997e6c9430f3 | |
parent | 67b70cc1ca3ad97cfcaee8766c5b50ccc9b9e10b (diff) |
[fixmystreet.com] Expand Pro link text.
-rw-r--r-- | templates/web/borsetshire/front/footer-marketing.html | 2 | ||||
-rw-r--r-- | templates/web/fixmystreet.com/front/footer-marketing.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/borsetshire/front/footer-marketing.html b/templates/web/borsetshire/front/footer-marketing.html index 41a815e65..2a4305c81 100644 --- a/templates/web/borsetshire/front/footer-marketing.html +++ b/templates/web/borsetshire/front/footer-marketing.html @@ -2,5 +2,5 @@ <h2>FixMyStreet Pro</h2> <p class="lead">The one-stop street reporting service for councils.</p> <p>Integrate FixMyStreet with your council system for smooth, end-to-end report fullfilment.</p> - <p><a href="https://www.fixmystreet.com/pro/" class="btn">Learn more</a></p> + <p><a href="https://www.fixmystreet.com/pro/" class="btn">Learn more about Pro</a></p> </div> diff --git a/templates/web/fixmystreet.com/front/footer-marketing.html b/templates/web/fixmystreet.com/front/footer-marketing.html index c5812cccf..e1cc180ed 100644 --- a/templates/web/fixmystreet.com/front/footer-marketing.html +++ b/templates/web/fixmystreet.com/front/footer-marketing.html @@ -3,7 +3,7 @@ <h2>Go Pro</h2> <p class="lead">Integrate FixMyStreet Pro with your council system for smooth, end-to-end report fullfilment.</p> <p>How much could <em>you</em> save?</p> - <p><a href="/pro/" class="btn">Learn more</a></p> + <p><a href="/pro/" class="btn">Learn more about Pro</a></p> </div> <div class="fms-pro-promo__stats"> <h2>Free statistics for councils</h2> |