mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-26 05:18:31 -04:00
fix typo issue
This commit is contained in:
parent
d6affef6d6
commit
d0e3101800
@ -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";
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user