mirror of
https://github.com/yattee/yattee.git
synced 2026-02-20 01:39:46 +00:00
Fix locales
This commit is contained in:
@@ -102,7 +102,7 @@ struct ManageChannelsView: View {
|
||||
.navigationTitle(String(localized: "subscriptions.channels.title"))
|
||||
#if !os(tvOS)
|
||||
.toolbarTitleDisplayMode(.inlineLarge)
|
||||
.searchable(text: $searchText, prompt: Text("Search channels"))
|
||||
.searchable(text: $searchText, prompt: Text(String(localized: "channels.search.placeholder")))
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .primaryAction) {
|
||||
Button {
|
||||
|
||||
Reference in New Issue
Block a user