password: make the "Reset password" button clearer
This commit is contained in:
parent
fffb85987c
commit
0749d981ab
4 changed files with 5 additions and 5 deletions
|
@ -17,5 +17,5 @@
|
|||
%br
|
||||
%br
|
||||
.actions
|
||||
= f.submit 'Réinitialiser', class: 'btn btn-primary'
|
||||
= f.submit 'Demander un nouveau mot de passe', class: 'button large expand primary'
|
||||
%br
|
||||
|
|
|
@ -14,4 +14,4 @@
|
|||
= f.label :email, 'Email'
|
||||
= f.email_field :email, autofocus: true
|
||||
|
||||
= f.submit 'Réinitialiser', class: 'button primary'
|
||||
= f.submit 'Demander un nouveau mot de passe', class: 'button large expand primary'
|
||||
|
|
|
@ -14,4 +14,4 @@
|
|||
= f.label :email, 'Email'
|
||||
= f.email_field :email, autofocus: true
|
||||
|
||||
= f.submit 'Réinitialiser', class: 'button primary'
|
||||
= f.submit 'Demander un nouveau mot de passe', class: 'button expand primary'
|
||||
|
|
|
@ -11,7 +11,7 @@ feature 'Managing password:' do
|
|||
|
||||
fill_in 'Email', with: user.email
|
||||
perform_enqueued_jobs do
|
||||
click_on 'Réinitialiser'
|
||||
click_on 'Demander un nouveau mot de passe'
|
||||
end
|
||||
expect(page).to have_content('Si votre courriel existe dans notre base de données, vous recevrez un lien vous permettant de récupérer votre mot de passe.')
|
||||
|
||||
|
@ -38,7 +38,7 @@ feature 'Managing password:' do
|
|||
|
||||
fill_in 'Email', with: user.email
|
||||
perform_enqueued_jobs do
|
||||
click_on 'Réinitialiser'
|
||||
click_on 'Demander un nouveau mot de passe'
|
||||
end
|
||||
expect(page).to have_content('Si votre courriel existe dans notre base de données, vous recevrez un lien vous permettant de récupérer votre mot de passe.')
|
||||
|
||||
|
|
Loading…
Reference in a new issue