From 8c209a65609c61e2ca6c96b4d4a90964d059977e Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Tue, 29 Oct 2013 18:27:42 -0300 Subject: [PATCH] change-password: changing labels --- app/views/account/forgot_password.rhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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