mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Localizations fixes
This commit is contained in:
@@ -65,7 +65,7 @@ struct OpenVideosModel {
|
||||
|
||||
func openURLsFromClipboard(removeQueueItems: Bool = false, playbackMode: OpenVideosModel.PlaybackMode = .playNow) {
|
||||
if urlsFromClipboard.isEmpty {
|
||||
NavigationModel.shared.alert = Alert(title: Text("Could not find any links to open in your clipboard"))
|
||||
NavigationModel.shared.alert = Alert(title: Text("Could not find any links to open in your clipboard".localized()))
|
||||
if NavigationModel.shared.presentingOpenVideos {
|
||||
NavigationModel.shared.presentingAlertInOpenVideos = true
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user