diff --git a/app/views/settings/two_factor_authentication/otp_authentication/_totp_setup.html.haml b/app/views/settings/two_factor_authentication/otp_authentication/_totp_setup.html.haml index 6c707a48..85b1630f 100644 --- a/app/views/settings/two_factor_authentication/otp_authentication/_totp_setup.html.haml +++ b/app/views/settings/two_factor_authentication/otp_authentication/_totp_setup.html.haml @@ -36,6 +36,12 @@ %a{ href: "https://apps.apple.com/gb/app/microsoft-authenticator/id983156458" }= t(".source.app_store") %li.list-inline-item %a{ href: "https://play.google.com/store/apps/details?id=com.azure.authenticator" }= t(".source.google_play") + %li + %i.fa.fa-apple + = t(".app.iphone") + %ul.list-inline + %li.list-inline-item + %a{ href: "https://support.apple.com/en-gb/guide/iphone/ipha6173c19f/ios" }= t(".source.apple_support") %p= t(".setup_qr", app_name: APP_CONFIG['site_name']) = f.text_field :otp_validation, class: "totp-setup__code-field", inputmode: :numeric, label: t(".otp_validation"), autofocus: true = f.primary diff --git a/config/locales/views.en.yml b/config/locales/views.en.yml index 20994bce..ed2280b5 100644 --- a/config/locales/views.en.yml +++ b/config/locales/views.en.yml @@ -492,7 +492,9 @@ en: aegis: "Aegis Authenticator for Android" strongbox: "Strongbox Authenticator for iOS" microsoft: "Microsoft Authenticator" + iphone: "iPhone (Passwords/Camera)" source: + apple_support: "Apple Support" app_store: "App Store" fdroid: "F-Droid" google_play: "Google Play"