diff options
author | Dave Arter <davea@mysociety.org> | 2019-05-15 15:28:46 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2019-06-04 14:54:29 +0100 |
commit | 383e82be540be35a81c36f3d74400f2457c52454 (patch) | |
tree | ae28c0a6479aa59508d8a8bb5b18a2b6fefee508 | |
parent | f4b69185b8f9402ce71bec2fba527145af05af0e (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.html | 2 |
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'; |