mirror of
https://github.com/yattee/yattee.git
synced 2026-02-20 09:49:46 +00:00
Fix locales
This commit is contained in:
@@ -214,7 +214,7 @@ struct MacOSControlBar: View {
|
||||
Circle()
|
||||
.fill(.red)
|
||||
.frame(width: 6, height: 6)
|
||||
Text("LIVE")
|
||||
Text(String(localized: "player.live"))
|
||||
.font(.system(size: 11, weight: .semibold))
|
||||
.foregroundStyle(.red)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user