Commit 8c209a65609c61e2ca6c96b4d4a90964d059977e
1 parent
1b99bd87
Exists in
master
and in
29 other branches
change-password: changing labels
Field -> What do you remember? Value -> <no-label>
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/account/forgot_password.rhtml
... | ... | @@ -4,8 +4,8 @@ |
4 | 4 | |
5 | 5 | <% labelled_form_for :change_password, @change_password, :url => { :action => 'forgot_password' } do |f| %> |
6 | 6 | |
7 | - <%= labelled_form_field(_('Field'), f.select(:field, @change_password.fields_choice)) %> | |
8 | - <%= f.text_field :value %> | |
7 | + <%= labelled_form_field(_('What do you remember?'), f.select(:field, @change_password.fields_choice)) %> | |
8 | + <%= text_field_tag('change_password[value]') %> | |
9 | 9 | |
10 | 10 | <div> |
11 | 11 | <% button_bar do %> | ... | ... |