# HG changeset patch # User Marcin Kuzminski # Date 2011-01-31 00:23:31 # Node ID 01eb7098681ea1e570519bd25e0f2683106d40b5 # Parent 2e026e3053aefb128ddca7cdec2444d2310a1f44 password reset now shares the same application name as other views 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 @@ -15,7 +15,7 @@
-
${_('Reset You password to rhodecode')}
+
${_('Reset You password to')} ${c.rhodecode_name}
${h.form(url('password_reset'))}