diff --git a/t/app/controller/report_new_staff.t b/t/app/controller/report_new_staff.t
index e679123974..84c6cb3ba5 100644
--- a/t/app/controller/report_new_staff.t
+++ b/t/app/controller/report_new_staff.t
@@ -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');
}
};
diff --git a/templates/web/fixmystreet.com/footer_extra.html b/templates/web/fixmystreet.com/footer_extra.html
index 156e57018a..bf2480f058 100644
--- a/templates/web/fixmystreet.com/footer_extra.html
+++ b/templates/web/fixmystreet.com/footer_extra.html
@@ -52,8 +52,8 @@
diff --git a/templates/web/fixmystreet.com/next_steps.html b/templates/web/fixmystreet.com/next_steps.html
index e561b9d981..e56a522654 100644
--- a/templates/web/fixmystreet.com/next_steps.html
+++ b/templates/web/fixmystreet.com/next_steps.html
@@ -4,22 +4,9 @@
[% DEFAULT twitter_comment = 'I just used @fixmystreet, you should try it!' %]
-
- [% IF just_interacted %]
-
[% loc('Great work. Now spread the word!') %]
-
[% loc('Share your report on Twitter and Facebook, and let your friends join the conversation.') %]
- [% ELSE %]
-
[% loc('Spread the word about FixMyStreet!') %]
-
[% loc('You know how to get things fixed - now make sure your friends do too.') %]
- [% END %]
-
-
-
-
-
-
[% loc('Help support FixMyStreet') %]
-
[% loc('Even a small donation of £5 today will help mySociety run sites like FixMyStreet.') %]
+
[% loc('Support FixMyStreet') %]
+
[% loc('We are a charity – donate today to invest in safer, more accessible communities. Even a small donation of £5 goes a long way!') %]