From e16202c9f7d91c4741838561b1939c88bf092be9 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Thu, 18 Jan 2024 10:33:25 +0200 Subject: [PATCH] ajust 2fa message --- app/views/devise/sessions/otp.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/devise/sessions/otp.html.erb b/app/views/devise/sessions/otp.html.erb index 5609374b..85c9f29f 100644 --- a/app/views/devise/sessions/otp.html.erb +++ b/app/views/devise/sessions/otp.html.erb @@ -8,7 +8,7 @@ <% end %>
- <%= f.label :otp_attempt, 'Two-Factor Code', class: 'label' %> + <%= f.label :otp_attempt, 'Two-Factor Code from Authenticator App', class: 'label' %> <%= f.text_field :otp_attempt, autofocus: true, placeholder: 'XXX-XXX', required: true, class: 'base-input' %>