diff --git a/cadasta/templates/allauth/account/password_reset_done.html b/cadasta/templates/allauth/account/password_reset_done.html index e90504f71..8047c4295 100644 --- a/cadasta/templates/allauth/account/password_reset_done.html +++ b/cadasta/templates/allauth/account/password_reset_done.html @@ -12,5 +12,5 @@
{% blocktrans %}We have sent you an e-mail. Please contact us if you do not receive it within a few minutes.{% endblocktrans %}
+{% blocktrans %}We have sent you an e-mail. Please contact us if you do not receive it within a few minutes.{% endblocktrans %}
{% endblock %} diff --git a/cadasta/templates/allauth/account/verification_sent.html b/cadasta/templates/allauth/account/verification_sent.html index 5f7133194..4a27a648d 100644 --- a/cadasta/templates/allauth/account/verification_sent.html +++ b/cadasta/templates/allauth/account/verification_sent.html @@ -7,6 +7,6 @@ {% block content %}{% blocktrans %}We have sent an e-mail to you for verification. Follow the link provided to finalize the signup process. Please contact us if you do not receive it within a few minutes.{% endblocktrans %}
+{% blocktrans %}We have sent an e-mail to you for verification. Follow the link provided to finalize the signup process. Please contact us if you do not receive it within a few minutes.{% endblocktrans %}
{% endblock %} diff --git a/cadasta/templates/allauth/account/verified_email_required.html b/cadasta/templates/allauth/account/verified_email_required.html index 8115c4894..edb9e24d2 100644 --- a/cadasta/templates/allauth/account/verified_email_required.html +++ b/cadasta/templates/allauth/account/verified_email_required.html @@ -15,7 +15,7 @@{% blocktrans %}We have sent an e-mail to you for verification. Please click on the link inside this e-mail. Please -contact us if you do not receive it within a few minutes.{% endblocktrans %}
+contact us if you do not receive it within a few minutes.{% endblocktrans %}{% blocktrans %}Note: you can still change your e-mail address.{% endblocktrans %}