Minor wording fix

This commit is contained in:
Eskil Heyn Olsen
2013-01-12 23:58:47 -08:00
parent c7af67f3a3
commit 3adb4afd60
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
<p>Your password has been changed.</p>
{% if security.recoverable %}
<p>If you did not change your password, <a href="{{ url_for_security('forgot_password', _external=True) }}">click here to reset your password</a>.</p>
<p>If you did not change your password, <a href="{{ url_for_security('forgot_password', _external=True) }}">click here to reset it</a>.</p>
{% endif %}
@@ -1,5 +1,5 @@
Your password has been changed
{% if security.recoverable %}
If you did not change your password, click the link below to reset your password:
If you did not change your password, click the link below to reset it.
{{ url_for_security('forgot_password', _external=True) }}
{% endif %}