From 0c744fbcddf47d10fb37167dd119092866b92de5 Mon Sep 17 00:00:00 2001 From: Yasin Date: Fri, 10 Jan 2014 15:06:14 +0100 Subject: [PATCH] PassReset: updated template messages --- ui/templates/registration/password_reset_confirm.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/templates/registration/password_reset_confirm.html b/ui/templates/registration/password_reset_confirm.html index 5d5124e4..61ec1328 100644 --- a/ui/templates/registration/password_reset_confirm.html +++ b/ui/templates/registration/password_reset_confirm.html @@ -26,8 +26,9 @@

{% trans 'OneLab secured Password reset wizard' %}

{% trans 'Password reset unsuccessful!' %}

-

{% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}

+

The password reset link was invalid, possibly because it has already been used. Please request a password reset.

+

If you still encounter problem please Contact Support for password recovery.

{% endif %} {% endblock %} -- 2.43.0