Merge pull request #6413 from tchak/fix-devise-translation-key
Correction de l'affichage du texte de réinitialisation de mot de passe (#6413)
This commit is contained in:
commit
789fc41efa
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