mirror of
https://github.com/yattee/yattee.git
synced 2026-02-20 01:39:46 +00:00
Fix locales
This commit is contained in:
@@ -61,7 +61,7 @@ struct DownloadsView: View {
|
||||
flatDownloadsList(manager, settings: settings)
|
||||
}
|
||||
}
|
||||
.searchable(text: $searchText, prompt: Text("Search downloads"))
|
||||
.searchable(text: $searchText, prompt: Text(String(localized: "downloads.search.placeholder")))
|
||||
.onChange(of: selectedDownload) { _, newValue in
|
||||
if let download = newValue {
|
||||
if let result = downloadManager?.videoAndStream(for: download) {
|
||||
|
||||
Reference in New Issue
Block a user