From 90207029de7474082310d0725801d60f7145fa98 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 24 Jul 2026 22:08:05 +0200 Subject: Extract admin strings to i18n: sessions, otp, users/edit --- app/views/otp_challenges/new.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/views/otp_challenges') diff --git a/app/views/otp_challenges/new.html.erb b/app/views/otp_challenges/new.html.erb index d6e18c85..677244c7 100644 --- a/app/views/otp_challenges/new.html.erb +++ b/app/views/otp_challenges/new.html.erb @@ -1,13 +1,13 @@ -

Second factor

+

<%= t(".title") %>

-
Code
+
<%= t(".code") %>
<%= form_tag otp_challenge_path, :method => :post, :class => "otp_form" do %> <%= text_field_tag :code, nil, :autofocus => true, :autocomplete => "one-time-code", :inputmode => "numeric" %> - <%= submit_tag "Log in" %> + <%= submit_tag t(".log_in") %> <% end %> - Enter the six-digit code from your authenticator app. + <%= t(".hint") %>
-- cgit v1.3