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 @@ -2,13 +2,13 @@ <%inherit file="base/root.html"/> <%def name="title()"> - ${_('Reset You password')} - ${c.rhodecode_name} + ${_('Reset your password')} - ${c.rhodecode_name}
-
${_('Reset You password to')} ${c.rhodecode_name}
+
${_('Reset your password to')} ${c.rhodecode_name}
${h.form(url('password_reset'))} @@ -27,7 +27,7 @@
- ${h.submit('send','Reset my password',class_="ui-button")} + ${h.submit('send',_('Reset my password'),class_="ui-button")}
${_('Password reset link will be send to matching email address')}