From 9eb04f7de5d0f0d758c6286e9df10fe6c065ed52 Mon Sep 17 00:00:00 2001
From: Yasin <mohammed-yasin.rahman@lip6.fr>
Date: Fri, 10 Jan 2014 15:10:36 +0100
Subject: [PATCH] PassReset: template display message updated

---
 ui/templates/registration/password_reset_form.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/templates/registration/password_reset_form.html b/ui/templates/registration/password_reset_form.html
index 35b4911c..8fba3201 100644
--- a/ui/templates/registration/password_reset_form.html
+++ b/ui/templates/registration/password_reset_form.html
@@ -7,7 +7,7 @@
 
 {% block content %}
 
-<h2>{% trans "Onelab secured Password reset wizard" %}</h2>
+<h2>{% trans "Welcome to Onelab secured Password reset wizard" %}</h2>
 
 <p>{% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}</p>
 
-- 
2.47.0