diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-25 14:29:18 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-25 14:29:18 +0200 |
| commit | 78cd4957c4ca5bd05d93af6061487db095d04ee5 (patch) | |
| tree | d89741e58ad86d7c894bea37307fe08cd68a7608 /app | |
| parent | de9a3a5591d4b17c0e0f17abc0ee8ffe85de50e6 (diff) | |
Extract admin strings to i18n Fix straggler from batch 1
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/otp_enrollments/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 11 | <span class="field_hint"><%= t(".manual_hint") %> <code><%= current_user.otp_pending_secret %></code></span> | 11 | <span class="field_hint"><%= t(".manual_hint") %> <code><%= current_user.otp_pending_secret %></code></span> |
| 12 | </div> | 12 | </div> |
| 13 | 13 | ||
| 14 | <div class="layout_row_label">Confirm</div> | 14 | <div class="layout_row_label"><%= t(".confirm") %></div> |
| 15 | <div class="layout_row_content"> | 15 | <div class="layout_row_content"> |
| 16 | <%= form_tag otp_enrollment_path, :method => :put, :class => "otp_form" do %> | 16 | <%= form_tag otp_enrollment_path, :method => :put, :class => "otp_form" do %> |
| 17 | <%= text_field_tag :code, nil, :autofocus => true, | 17 | <%= text_field_tag :code, nil, :autofocus => true, |
