From: Andy Allan Date: Wed, 29 May 2024 17:48:01 +0000 (+0100) Subject: Re-enable translations for password field X-Git-Tag: live~562^2~1 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/979d616c38871e3340baa81e6f8eea9238624638?ds=inline Re-enable translations for password field Fixes regression introduced in c4347c8d9a10bf5c141ad7d355594b93e20545f6 --- diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index acbf8dab0..f180a2989 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -39,7 +39,7 @@
- <%= f.label :password, :class => "form-label" %> + <%= f.label :password, t(".password"), :class => "form-label" %>
<%= link_to(t(".lost password link"), user_forgot_password_path) %>