diff options
Diffstat (limited to 'templates/email/default')
-rw-r--r-- | templates/email/default/alert-confirm.txt | 4 | ||||
-rw-r--r-- | templates/email/default/problem-confirm.txt | 4 | ||||
-rw-r--r-- | templates/email/default/update-confirm.txt | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/templates/email/default/alert-confirm.txt b/templates/email/default/alert-confirm.txt index 89ca7864e..abf7801f5 100644 --- a/templates/email/default/alert-confirm.txt +++ b/templates/email/default/alert-confirm.txt @@ -1,9 +1,9 @@ -Subject: Confirm your alert on FixMyStreet +Subject: Confirm your alert on [% c.cobrand.site_name %] Hi, Please click on the link below to confirm the alert you just -asked to subscribe to on FixMyStreet: +asked to subscribe to on [% c.cobrand.site_name %]: [% token_url %] diff --git a/templates/email/default/problem-confirm.txt b/templates/email/default/problem-confirm.txt index 194b4c30f..5f5bd511a 100644 --- a/templates/email/default/problem-confirm.txt +++ b/templates/email/default/problem-confirm.txt @@ -1,9 +1,9 @@ -Subject: Confirm your problem on FixMyStreet +Subject: Confirm your problem on [% c.cobrand.site_name %] Hi [% report.name %], Please click on the link below to confirm the problem you just -added to FixMyStreet: +added to [% c.cobrand.site_name %]: [% token_url %] diff --git a/templates/email/default/update-confirm.txt b/templates/email/default/update-confirm.txt index 2ed152fde..fdcd68edb 100644 --- a/templates/email/default/update-confirm.txt +++ b/templates/email/default/update-confirm.txt @@ -1,4 +1,4 @@ -Subject: Confirm your update on FixMyStreet +Subject: Confirm your update on [% c.cobrand.site_name %] Hi [% update.name %], |