Skip to content

Commit

Permalink
[fixmystreet.com] Update donate messaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Nov 15, 2024
1 parent 691e1b8 commit 2d6954b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
2 changes: 1 addition & 1 deletion t/app/controller/report_new_staff.t
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ subtest "report_mark_private allows users to mark reports as private" => sub {
"submit good details"
);

$mech->content_contains('Great work. Now spread the word', 'shown confirmation page');
$mech->content_contains('Thank you for reporting this issue', 'shown confirmation page');
}
};

Expand Down
4 changes: 2 additions & 2 deletions templates/web/fixmystreet.com/footer_extra.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ <h2 class="mysoc-footer__site-name">FixMyStreet</h2>

<div class="col-sm-3">
<div class="mysoc-footer__donate">
<p>[% loc('Your donations keep this site and others like it running') %]</p>
<a href="https://www.mysociety.org/donate?utm_source=fixmystreet.com&amp;utm_content=footer+donate+now&amp;utm_medium=link&amp;utm_campaign=mysoc_footer" class="mysoc-footer__donate__button">[% loc('Donate now') %]</a>
<p>[% loc('We are a charity – donate today to invest in safer, more accessible communities') %]</p>
<a href="https://www.mysociety.org/donate?utm_source=fixmystreet.com&amp;utm_content=footer+donate+now&amp;utm_medium=link&amp;utm_campaign=mysoc_footer" class="mysoc-footer__donate__button">[% loc('Donate now') %] 💛</a>
</div>
</div>

Expand Down
17 changes: 2 additions & 15 deletions templates/web/fixmystreet.com/next_steps.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,9 @@
[% DEFAULT twitter_comment = 'I just used @fixmystreet, you should try it!' %]

<div class="next-steps">
<div class="next-steps__step next-steps__step--social">
[% IF just_interacted %]
<h2>[% loc('Great work. Now spread the word!') %]</h2>
<p>[% loc('Share your report on Twitter and Facebook, and let your friends join the conversation.') %]</p>
[% ELSE %]
<h2>[% loc('Spread the word about FixMyStreet!') %]</h2>
<p>[% loc('You know how to get things fixed - now make sure your friends do too.') %]</p>
[% END %]
<p class="next-steps__step__cta">
<a href="https://twitter.com/intent/tweet?text=[% twitter_comment | uri %]&amp;url=[% share_url | uri %]&amp;related=fixmystreet,mysociety"><img src="/cobrands/fixmystreet.com/images/next-step-twitter.png" alt="Tweet it" width="120" height="37"></a>
<a href="https://www.facebook.com/sharer/sharer.php?u=[% share_url | uri %]"><img src="/cobrands/fixmystreet.com/images/next-step-facebook.png" alt="Share on Facebook" width="120" height="37"></a>
</p>
</div>
<div class="next-steps__step next-steps__step--donate">
<h2>[% loc('Help support FixMyStreet') %]</h2>
<p>[% loc('Even a small donation of £5 today will help mySociety run sites like FixMyStreet.') %]</p>
<h2>[% loc('Support FixMyStreet') %]</h2>
<p>[% loc('We are a charity – donate today to invest in safer, more accessible communities. Even a small donation of £5 goes a long way!') %]</p>
<p class="next-steps__step__cta">
<a href="https://www.mysociety.org/donate?utm_source=fixmystreet.com&amp;utm_content=[% utm_content | uri %]&amp;utm_medium=link&amp;utm_campaign=fms_thankyou_pages"><img src="/cobrands/fixmystreet.com/images/next-step-donate.png" alt="Donate now" width="138" height="37"></a>
</p>
Expand Down

0 comments on commit 2d6954b

Please # to comment.