diff --git a/rhodecode/templates/password_reset.html b/rhodecode/templates/password_reset.html --- a/rhodecode/templates/password_reset.html +++ b/rhodecode/templates/password_reset.html @@ -4,18 +4,18 @@ ${_('Reset You password')} - ${c.rhodecode_name} - + - +
-
${_('Reset You password to rhodecode')}
+
${_('Reset You password to')} ${c.rhodecode_name}
${h.form(url('password_reset'))} @@ -34,7 +34,7 @@
- ${h.submit('send','Reset my password',class_="ui-button ui-widget ui-state-default ui-corner-all")} + ${h.submit('send','Reset my password',class_="ui-button")}
${_('Your new password will be send to matching email address')}