mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Localizations fixes
This commit is contained in:
parent
24241d3485
commit
c7d6253739
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user