diff --git a/app/views/account/forgot_password.rhtml b/app/views/account/forgot_password.rhtml index 32bf7eb..ba48087 100644 --- a/app/views/account/forgot_password.rhtml +++ b/app/views/account/forgot_password.rhtml @@ -4,8 +4,8 @@ <% labelled_form_for :change_password, @change_password, :url => { :action => 'forgot_password' } do |f| %> - <%= labelled_form_field(_('Field'), f.select(:field, @change_password.fields_choice)) %> - <%= f.text_field :value %> + <%= labelled_form_field(_('What do you remember?'), f.select(:field, @change_password.fields_choice)) %> + <%= text_field_tag('change_password[value]') %>
<% button_bar do %> -- libgit2 0.21.2