i18n: request new password translation

This commit is contained in:
lydiasan 2021-08-26 14:56:12 +02:00
parent c91aa2c2be
commit ff575db4b3

View file

@ -16,4 +16,4 @@
= f.label :email, 'Email'
= f.email_field :email, autofocus: true
= f.submit 'Demander un nouveau mot de passe', class: 'button expand primary'
= f.submit t('devise.passwords.edit.new_password'), class: 'button expand primary'