diff --git a/public/language/en-GB/email.json b/public/language/en-GB/email.json
index 9825679b0c..23fd34025d 100644
--- a/public/language/en-GB/email.json
+++ b/public/language/en-GB/email.json
@@ -18,7 +18,7 @@
"invitation.text1": "%1 has invited you to join %2",
"invitation.text2": "Your invitation will expire in %1 days.",
- "invitation.ctr": "Click here to create your account.",
+ "invitation.cta": "Click here to create your account.",
"reset.text1": "We received a request to reset your password, possibly because you have forgotten it. If this is not the case, please ignore this email.",
"reset.text2": "To continue with the password reset, please click on the following link:",
diff --git a/src/views/emails/digest.tpl b/src/views/emails/digest.tpl
index 34b319c7b2..549cdd8b79 100644
--- a/src/views/emails/digest.tpl
+++ b/src/views/emails/digest.tpl
@@ -85,7 +85,7 @@
- [[email:digest.cta, {site_title}]]
+ [[email:digest.cta, {site_title}]] →
|
diff --git a/src/views/emails/invitation.tpl b/src/views/emails/invitation.tpl
index 64d60307d1..7fad0c1362 100644
--- a/src/views/emails/invitation.tpl
+++ b/src/views/emails/invitation.tpl
@@ -28,7 +28,7 @@
- [[email:invitation.ctr]]
+ [[email:invitation.cta]] →
|
diff --git a/src/views/emails/notification.tpl b/src/views/emails/notification.tpl
index f39e81e71f..b9fadef623 100644
--- a/src/views/emails/notification.tpl
+++ b/src/views/emails/notification.tpl
@@ -31,7 +31,7 @@
- [[email:notif.cta-{notification.cta-type}]] →
+ [[email:notif.cta-{notification.cta-type}]] →
|
diff --git a/src/views/emails/registration_accepted.tpl b/src/views/emails/registration_accepted.tpl
index a1368e8727..35c1d50b53 100644
--- a/src/views/emails/registration_accepted.tpl
+++ b/src/views/emails/registration_accepted.tpl
@@ -24,7 +24,7 @@
- [[email:digest.cta, {site_title}]]
+ [[email:digest.cta, {site_title}]] →
|
diff --git a/src/views/emails/reset.tpl b/src/views/emails/reset.tpl
index 0b78f51c16..ffa92f7f0b 100644
--- a/src/views/emails/reset.tpl
+++ b/src/views/emails/reset.tpl
@@ -31,7 +31,7 @@
- [[email:reset.cta]]
+ [[email:reset.cta]] →
|
diff --git a/src/views/emails/reset_notify.tpl b/src/views/emails/reset_notify.tpl
index 03b2c27ac2..65b2c32f13 100644
--- a/src/views/emails/reset_notify.tpl
+++ b/src/views/emails/reset_notify.tpl
@@ -31,7 +31,7 @@
- [[email:digest.cta, {site_title}]]
+ [[email:digest.cta, {site_title}]] →
|
diff --git a/src/views/emails/test.tpl b/src/views/emails/test.tpl
index 5192c6776c..267978dc13 100644
--- a/src/views/emails/test.tpl
+++ b/src/views/emails/test.tpl
@@ -24,7 +24,7 @@
- [[email:digest.cta, {site_title}]]
+ [[email:digest.cta, {site_title}]] →
|
diff --git a/src/views/emails/verify_email.tpl b/src/views/emails/verify_email.tpl
index d4107cdd5b..c5ec237065 100644
--- a/src/views/emails/verify_email.tpl
+++ b/src/views/emails/verify_email.tpl
@@ -31,7 +31,7 @@
- [[email:welcome.cta]]
+ [[email:welcome.cta]] →
|
diff --git a/src/views/emails/welcome.tpl b/src/views/emails/welcome.tpl
index 01dd5f04b6..dfc5e9ed22 100644
--- a/src/views/emails/welcome.tpl
+++ b/src/views/emails/welcome.tpl
@@ -20,7 +20,7 @@
- [[email:welcome.cta]]
+ [[email:welcome.cta]] →
|