diff --git a/invenio_accounts/templates/security/email/change_notice_rest.html b/invenio_accounts/templates/security/email/change_notice_rest.html index 1d5095a8..2211bfaa 100644 --- a/invenio_accounts/templates/security/email/change_notice_rest.html +++ b/invenio_accounts/templates/security/email/change_notice_rest.html @@ -1,4 +1,4 @@
{{ _('Your password has been changed.') }}
{% if security.recoverable %} -{{ _('If you did not change your password,') }} {{ _('click here to reset it') }}.
+{{ _('If you did not change your password,') }} {{ _('click here to reset it.') }}
{% endif %}