PasswordReset: Updated template messages
[myslice.git] / ui / templates / registration / password_reset_confirm.html
index e683a3f..5d5124e 100644 (file)
@@ -8,7 +8,8 @@
 
 {% if validlink %}
 
-<h1>{% trans 'Enter new password' %}</h1>
+<h2>{% trans 'OneLab secured Password reset wizard' %}</h2>
+<h3>{% trans 'Enter new password' %}</h3>
 
 <p>{% trans "Please enter your new password twice so we can verify you typed it in correctly." %}</p>
 
@@ -22,7 +23,8 @@
 
 {% else %}
 
-<h1>{% trans 'Password reset unsuccessful' %}</h1>
+<h2>{% trans 'OneLab secured Password reset wizard' %}</h2>
+<h3>{% trans 'Password reset unsuccessful!' %}</h3>
 
 <p>{% trans "The password reset link was invalid, possibly because it has already been used.  Please request a new password reset." %}</p>