mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Localization fix
This commit is contained in:
@@ -44,10 +44,10 @@ struct QueueView: View {
|
|||||||
|
|
||||||
var label: String {
|
var label: String {
|
||||||
if items.count < 2 {
|
if items.count < 2 {
|
||||||
return "Next in Queue"
|
return "Next in Queue".localized()
|
||||||
}
|
}
|
||||||
|
|
||||||
return "Next in Queue (\(items.count))"
|
return "Next in Queue".localized() + " (\(items.count))"
|
||||||
}
|
}
|
||||||
|
|
||||||
var limitedItems: [ContentItem] {
|
var limitedItems: [ContentItem] {
|
||||||
|
Reference in New Issue
Block a user