mirror of
https://github.com/yattee/yattee.git
synced 2026-02-20 01:39:46 +00:00
Fix locales
This commit is contained in:
@@ -780,7 +780,7 @@ struct ChannelView: View {
|
||||
if let subscriberCount = channel.subscriberCount {
|
||||
Text(CountFormatter.compact(subscriberCount))
|
||||
.fontWeight(.bold)
|
||||
+ Text(" ")
|
||||
+ Text(verbatim: " ")
|
||||
+ Text(String(localized: "channel.subscribers"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user