fix(i18n): use correct translation namespace

This commit is contained in:
Paul Chavard 2021-08-24 16:00:27 +02:00
parent 3fbf012297
commit ef16424fa8

View file

@ -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