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 85b1630f..4388bf05 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 @@ -38,7 +38,7 @@ %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") + = t(".app.ios") %ul.list-inline %li.list-inline-item %a{ href: "https://support.apple.com/en-gb/guide/iphone/ipha6173c19f/ios" }= t(".source.apple_support") diff --git a/config/locales/views.en.yml b/config/locales/views.en.yml index ed2280b5..5b909fde 100644 --- a/config/locales/views.en.yml +++ b/config/locales/views.en.yml @@ -492,7 +492,7 @@ en: aegis: "Aegis Authenticator for Android" strongbox: "Strongbox Authenticator for iOS" microsoft: "Microsoft Authenticator" - iphone: "iPhone (Passwords/Camera)" + ios: "iOS (Passwords/Camera)" source: apple_support: "Apple Support" app_store: "App Store"