mirror of
https://github.com/yattee/yattee.git
synced 2026-02-20 01:39:46 +00:00
Fix locales
This commit is contained in:
@@ -76,7 +76,7 @@ struct ChannelPlaylistRow: View {
|
||||
}
|
||||
|
||||
if style == .compact {
|
||||
Text("\(playlist.videoCount) videos")
|
||||
Text("playlist.videoCount \(playlist.videoCount)")
|
||||
.font(.caption2)
|
||||
.foregroundStyle(.secondary)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user