aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2019-05-15 15:28:46 +0100
committerDave Arter <davea@mysociety.org>2019-06-04 14:54:29 +0100
commit383e82be540be35a81c36f3d74400f2457c52454 (patch)
treeae28c0a6479aa59508d8a8bb5b18a2b6fefee508
parentf4b69185b8f9402ce71bec2fba527145af05af0e (diff)
Clarify wording of login email
Some email clients render the email_summary as a banner at the top of the message, which was causing confusion as the wording seemed to suggest the banner itself could be clicked. This commit clarifies the wording to refer to the link further down the message.
-rw-r--r--templates/email/default/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/email/default/login.html b/templates/email/default/login.html
index b22838d4e..86bda2464 100644
--- a/templates/email/default/login.html
+++ b/templates/email/default/login.html
@@ -1,6 +1,6 @@
[%
-email_summary = "Click this link to confirm your email address and log into " _ site_name;
+email_summary = "Click the link below to confirm your email address and log into " _ site_name;
email_columns = 1;
PROCESS '_email_settings.html';