mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Localizations fixes
This commit is contained in:
@@ -12,7 +12,7 @@ struct OpenVideosButton: View {
|
||||
Image(systemName: imageSystemName)
|
||||
}
|
||||
if let text {
|
||||
Text(text)
|
||||
Text(text.localized())
|
||||
.fontWeight(.bold)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user