From 5d6ddc7307ee6b0435a8103ff526ea4d7159ac70 Mon Sep 17 00:00:00 2001 From: Paul Arterburn Date: Tue, 16 Jan 2024 22:12:34 -0100 Subject: [PATCH] clearer cta --- app/views/devise/otp_tokens/_token_secret.html.erb | 9 ++++----- app/views/devise/otp_tokens/recovery.html.erb | 4 +--- config/locales/devise.otp.en.yml | 4 ++-- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/app/views/devise/otp_tokens/_token_secret.html.erb b/app/views/devise/otp_tokens/_token_secret.html.erb index a9970506..020d29b9 100644 --- a/app/views/devise/otp_tokens/_token_secret.html.erb +++ b/app/views/devise/otp_tokens/_token_secret.html.erb @@ -2,9 +2,8 @@ <% unless current_user.otp_enabled? %>
-

<%= I18n.t('explain', :scope => 'devise.otp.token_secret') %>

- <%= otp_authenticator_token_image(current_user) %> -
+

+
<%= otp_authenticator_token_image(current_user) %>