diff options
Diffstat (limited to 'templates/email/oxfordshire/archive.html')
-rw-r--r-- | templates/email/oxfordshire/archive.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/email/oxfordshire/archive.html b/templates/email/oxfordshire/archive.html index ed48456a2..886ffa8de 100644 --- a/templates/email/oxfordshire/archive.html +++ b/templates/email/oxfordshire/archive.html @@ -9,7 +9,7 @@ INCLUDE '_email_top.html'; %] <th style="[% td_style %][% only_column_style %]"> - <h1 style="[% h1_style %]">Your [% site_name %] reports on FixMyStreet</h1> + <h1 style="[% h1_style %]">Your reports on [% site_name %]</h1> <p style="[% p_style %]"> Hello [% user.name %], </p> @@ -30,7 +30,7 @@ INCLUDE '_email_top.html'; </p> <p style="[% p_style %]"> If you believe that your report is still a problem, you can reopen it by - clicking the 'reopen' button by a report. + clicking the 'view report' button by a report and leaving an update. </p> [% FOR report IN reports %] @@ -48,7 +48,7 @@ INCLUDE '_email_top.html'; Reported [% report.time_ago %] ago. </p> <p> - <a style="[% button_style %]" href="[% cobrand.base_url_for_report( report ) %][% report.tokenised_url( user, { reopen => 'true' } ) %]#update_form">Reopen report</a> + <a style="[% button_style %]" href="[% cobrand.base_url_for_report( report ) %][% report.tokenised_url( user, { reopen => 'true' } ) %]#update_form">View report</a> </p> </div> [% END %] |