diff options
Diffstat (limited to 'templates/email/default')
-rw-r--r-- | templates/email/default/problem-confirm.txt | 2 | ||||
-rw-r--r-- | templates/email/default/update-confirm.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/email/default/problem-confirm.txt b/templates/email/default/problem-confirm.txt index e16c90037..58c1c75d1 100644 --- a/templates/email/default/problem-confirm.txt +++ b/templates/email/default/problem-confirm.txt @@ -1,6 +1,6 @@ Subject: Confirm your problem on FixMyStreet -Hi [% report.user.name %], +Hi [% report.name %], Please click on the link below to confirm the problem you just added to FixMyStreet: diff --git a/templates/email/default/update-confirm.txt b/templates/email/default/update-confirm.txt index 9a0db3029..c7571e76c 100644 --- a/templates/email/default/update-confirm.txt +++ b/templates/email/default/update-confirm.txt @@ -1,6 +1,6 @@ Subject: Confirm your update on FixMyStreet -Hi [% update.user.name %], +Hi [% update.name %], Please click on the link below to confirm the update you just wrote: |