mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-27 13:59:04 -04:00
fix codefactor issue
This commit is contained in:
parent
df10ab25e2
commit
25c8ef322c
@ -102,8 +102,8 @@ struct OpenFileHandler: ViewModifier {
|
|||||||
} message: { alert in
|
} message: { alert in
|
||||||
switch alert {
|
switch alert {
|
||||||
case .unableToOpen(let filenames):
|
case .unableToOpen(let filenames):
|
||||||
Text("%@ cannot be opened.".localizedWithFormat(withArgs:
|
let name = ListFormatter.localizedString(byJoining: filenames)
|
||||||
ListFormatter.localizedString(byJoining: filenames)))
|
Text("%@ cannot be opened.".localizedWithFormat(withArgs: name))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user