diff --git a/templates/registration/email_change_activate_email.html b/templates/registration/email_change_activate_email.html index 9432740ba4..c09b5d9f36 100644 --- a/templates/registration/email_change_activate_email.html +++ b/templates/registration/email_change_activate_email.html @@ -18,7 +18,7 @@

{% if site_admin_email %} {% with link='%(email)s'|safe|format(email=site_admin_email) %} -{{ _('If you have encounter any problems, feel free to shoot us an email at %(email)s.', email=link) }} +{{ _('If you have encountered any problems, feel free to shoot us an email at %(email)s.', email=link) }} {% endwith %} {% endif %} diff --git a/templates/registration/email_change_activate_email.txt b/templates/registration/email_change_activate_email.txt index 9634f82f94..d7f7342e30 100644 --- a/templates/registration/email_change_activate_email.txt +++ b/templates/registration/email_change_activate_email.txt @@ -11,5 +11,5 @@ Please go to this page to confirm this email change. The link will expire in {{ {{ protocol }}://{{ domain }}{{ url('email_change_activate', activation_key=activation_key) }} {% if site_admin_email %} -{{ _('If you have encounter any problems, feel free to shoot us an email at %(email)s.', email=site_admin_email) }} +{{ _('If you have encountered any problems, feel free to shoot us an email at %(email)s.', email=site_admin_email) }} {% endif %} diff --git a/templates/registration/email_change_notify_email.html b/templates/registration/email_change_notify_email.html index a4f15aa8fa..5efeb5f23b 100644 --- a/templates/registration/email_change_notify_email.html +++ b/templates/registration/email_change_notify_email.html @@ -6,7 +6,7 @@

{{ user.get_username() }},
-{% trans %}Someone (hopefully you!) has requested to change the email address associated with your user account at {{ site_name }} to {{ new_email }}. {% endtrans %} +{% trans %}Someone (hopefully you!) has requested to change the email address associated with your user account at {{ site_name }} to {{ new_email }}.{% endtrans %}

{{ _('If this was you, no further action is required.') }} diff --git a/templates/registration/email_change_notify_email.txt b/templates/registration/email_change_notify_email.txt index ef80ef7aec..bc20c61ce3 100644 --- a/templates/registration/email_change_notify_email.txt +++ b/templates/registration/email_change_notify_email.txt @@ -1,5 +1,5 @@ {{ user.get_username() }}, -{% trans %}Someone (hopefully you!) has requested to change the email address associated with your user account at {{ site_name }} to {{ new_email }}. {% endtrans %} +{% trans %}Someone (hopefully you!) has requested to change the email address associated with your user account at {{ site_name }} to {{ new_email }}.{% endtrans %} {{ _('If this was you, no further action is required.') }} {% if site_admin_email %}