1
0
mirror of https://github.com/yattee/yattee.git synced 2025-04-27 15:30:33 +05:30

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)