Name label iOS instead of iPhone
This commit is contained in:
parent
26e1a9df1a
commit
6aee2baa45
|
@ -38,7 +38,7 @@
|
||||||
%a{ href: "https://play.google.com/store/apps/details?id=com.azure.authenticator" }= t(".source.google_play")
|
%a{ href: "https://play.google.com/store/apps/details?id=com.azure.authenticator" }= t(".source.google_play")
|
||||||
%li
|
%li
|
||||||
%i.fa.fa-apple
|
%i.fa.fa-apple
|
||||||
= t(".app.iphone")
|
= t(".app.ios")
|
||||||
%ul.list-inline
|
%ul.list-inline
|
||||||
%li.list-inline-item
|
%li.list-inline-item
|
||||||
%a{ href: "https://support.apple.com/en-gb/guide/iphone/ipha6173c19f/ios" }= t(".source.apple_support")
|
%a{ href: "https://support.apple.com/en-gb/guide/iphone/ipha6173c19f/ios" }= t(".source.apple_support")
|
||||||
|
|
|
@ -492,7 +492,7 @@ en:
|
||||||
aegis: "Aegis Authenticator for Android"
|
aegis: "Aegis Authenticator for Android"
|
||||||
strongbox: "Strongbox Authenticator for iOS"
|
strongbox: "Strongbox Authenticator for iOS"
|
||||||
microsoft: "Microsoft Authenticator"
|
microsoft: "Microsoft Authenticator"
|
||||||
iphone: "iPhone (Passwords/Camera)"
|
ios: "iOS (Passwords/Camera)"
|
||||||
source:
|
source:
|
||||||
apple_support: "Apple Support"
|
apple_support: "Apple Support"
|
||||||
app_store: "App Store"
|
app_store: "App Store"
|
||||||
|
|
Loading…
Reference in New Issue