From a0ab2bae04d01fd2a5bb661c2639593d3f810aca Mon Sep 17 00:00:00 2001 From: Frederic Merizen Date: Wed, 17 Oct 2018 19:50:03 +0200 Subject: [PATCH] [Fix #2861] Coquille --- app/views/users/passwords/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/passwords/new.html.haml b/app/views/users/passwords/new.html.haml index fab006b53..e1c8a35d9 100644 --- a/app/views/users/passwords/new.html.haml +++ b/app/views/users/passwords/new.html.haml @@ -14,4 +14,4 @@ = f.label :email, 'Email' = f.email_field :email, autofocus: true - = f.submit 'RĂ©initialier', class: 'button primary' + = f.submit 'RĂ©initialiser', class: 'button primary'