aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/default
diff options
context:
space:
mode:
Diffstat (limited to 'templates/email/default')
-rw-r--r--templates/email/default/alert-confirm.txt4
-rw-r--r--templates/email/default/problem-confirm.txt4
-rw-r--r--templates/email/default/site-name.txt1
-rw-r--r--templates/email/default/update-confirm.txt2
4 files changed, 6 insertions, 5 deletions
diff --git a/templates/email/default/alert-confirm.txt b/templates/email/default/alert-confirm.txt
index abf7801f5..0d23d7733 100644
--- a/templates/email/default/alert-confirm.txt
+++ b/templates/email/default/alert-confirm.txt
@@ -1,9 +1,9 @@
-Subject: Confirm your alert on [% c.cobrand.site_name %]
+Subject: Confirm your alert on [% INCLUDE 'site-name.txt' | trim %]
Hi,
Please click on the link below to confirm the alert you just
-asked to subscribe to on [% c.cobrand.site_name %]:
+asked to subscribe to on [% INCLUDE 'site-name.txt' | trim %]:
[% token_url %]
diff --git a/templates/email/default/problem-confirm.txt b/templates/email/default/problem-confirm.txt
index 5f5bd511a..3a6bbe03a 100644
--- a/templates/email/default/problem-confirm.txt
+++ b/templates/email/default/problem-confirm.txt
@@ -1,9 +1,9 @@
-Subject: Confirm your problem on [% c.cobrand.site_name %]
+Subject: Confirm your problem on [% INCLUDE 'site-name.txt' | trim %]
Hi [% report.name %],
Please click on the link below to confirm the problem you just
-added to [% c.cobrand.site_name %]:
+added to [% INCLUDE 'site-name.txt' | trim %]:
[% token_url %]
diff --git a/templates/email/default/site-name.txt b/templates/email/default/site-name.txt
new file mode 100644
index 000000000..4e9a24bb9
--- /dev/null
+++ b/templates/email/default/site-name.txt
@@ -0,0 +1 @@
+FixMyStreet
diff --git a/templates/email/default/update-confirm.txt b/templates/email/default/update-confirm.txt
index fdcd68edb..beefac9c1 100644
--- a/templates/email/default/update-confirm.txt
+++ b/templates/email/default/update-confirm.txt
@@ -1,4 +1,4 @@
-Subject: Confirm your update on [% c.cobrand.site_name %]
+Subject: Confirm your update on [% INCLUDE 'site-name.txt' | trim %]
Hi [% update.name %],