diff --git a/profiles/templates/account/password_reset_from_key.html b/profiles/templates/account/password_reset_from_key.html index 0679a2ed..526761bc 100644 --- a/profiles/templates/account/password_reset_from_key.html +++ b/profiles/templates/account/password_reset_from_key.html @@ -7,7 +7,7 @@
-

{% if token_fail %}Invalidt link{% else %}Reset password{% endif %}

+

{% if token_fail %}Invalid link{% else %}Reset password{% endif %}

{% if token_fail %}

The given token is invalid.