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 {
EmptyView()
} else {
Text(text)
Text(text.localized())
}
#else
Text(text)
Text(text.localized())
#endif
}
#if os(tvOS)