mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-27 16:10:11 +08:00
Minor wording fix
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user