From 78cd4957c4ca5bd05d93af6061487db095d04ee5 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 25 Jul 2026 14:29:18 +0200 Subject: Extract admin strings to i18n Fix straggler from batch 1 --- app/views/otp_enrollments/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/otp_enrollments/show.html.erb b/app/views/otp_enrollments/show.html.erb index e18d7fd1..894885b0 100644 --- a/app/views/otp_enrollments/show.html.erb +++ b/app/views/otp_enrollments/show.html.erb @@ -11,7 +11,7 @@ <%= t(".manual_hint") %> <%= current_user.otp_pending_secret %> -
Confirm
+
<%= t(".confirm") %>
<%= form_tag otp_enrollment_path, :method => :put, :class => "otp_form" do %> <%= text_field_tag :code, nil, :autofocus => true, -- cgit v1.3