diff --git a/app/views/users/passwords/new.html.haml b/app/views/users/passwords/new.html.haml index 5513f1890..e70a5f128 100644 --- a/app/views/users/passwords/new.html.haml +++ b/app/views/users/passwords/new.html.haml @@ -11,7 +11,7 @@ %h1= t('devise.passwords.new.forgot_your_password') - %p.notice= t('views.passwords.new.send_me_reset_password_instructions') + %p.notice= t('devise.passwords.new.send_me_reset_password_instructions') = f.label :email, 'Email' = f.email_field :email, autofocus: true