mirror of
https://github.com/yattee/yattee.git
synced 2026-02-20 17:59:45 +00:00
Fix locales
This commit is contained in:
@@ -343,7 +343,7 @@ private struct DeviceRowContent: View {
|
||||
#Preview {
|
||||
NavigationStack {
|
||||
RemoteControlContentView(navigationStyle: .link)
|
||||
.navigationTitle("Remote Control")
|
||||
.navigationTitle(String(localized: "remoteControl.title"))
|
||||
}
|
||||
.appEnvironment(.preview)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user