Localizations fixes

This commit is contained in:
Arkadiusz Fal 2023-05-25 18:26:34 +02:00
parent 24241d3485
commit c7d6253739

View File

@ -10,10 +10,10 @@ struct SettingsHeader: View {
if secondary { if secondary {
EmptyView() EmptyView()
} else { } else {
Text(text) Text(text.localized())
} }
#else #else
Text(text) Text(text.localized())
#endif #endif
} }
#if os(tvOS) #if os(tvOS)