diff --git a/Support/en.lproj/Localizable.strings b/Support/en.lproj/Localizable.strings index fbcd8a24..b386eb7f 100644 --- a/Support/en.lproj/Localizable.strings +++ b/Support/en.lproj/Localizable.strings @@ -45,7 +45,7 @@ "Load the link" = "Load the link"; "Cancel" = "Cancel"; "An external link is tapped, do you wish to load the link?" = "An external link is tapped, do you wish to load the link?"; -"loc-extenral-alert" = "An external link is tapped. \ +"loc-external-alert" = "An external link is tapped. \ However, your current setting does not allow it to be loaded."; "Open a zim file" = "Open a zim file"; "Unable to open file" = "Unable to open file"; diff --git a/Views/ViewModifiers/ExternalLinkHandler.swift b/Views/ViewModifiers/ExternalLinkHandler.swift index d7db201a..68d426ee 100644 --- a/Views/ViewModifiers/ExternalLinkHandler.swift +++ b/Views/ViewModifiers/ExternalLinkHandler.swift @@ -53,7 +53,7 @@ struct ExternalLinkHandler: ViewModifier { case .ask: Text("An external link is tapped, do you wish to load the link?".localized) case .notLoading: - Text("loc-extenral-alert".localized) + Text("loc-external-alert".localized) } } #if os(iOS)