fix(i18n): use correct translation namespace
This commit is contained in:
parent
3fbf012297
commit
ef16424fa8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue