mirror of
https://github.com/yattee/yattee.git
synced 2026-02-20 01:39:46 +00:00
Fix locales
This commit is contained in:
@@ -52,7 +52,7 @@ struct DownloadedVideoRowView: View {
|
||||
@ViewBuilder
|
||||
private var codecBadge: some View {
|
||||
if isMuxed {
|
||||
Text("STREAM")
|
||||
Text(String(localized: "stream.badge.stream"))
|
||||
.font(.caption2)
|
||||
.padding(.horizontal, 6)
|
||||
.padding(.vertical, 2)
|
||||
|
||||
Reference in New Issue
Block a user