mirror of
https://github.com/yattee/yattee.git
synced 2025-10-10 17:38:15 +00:00
Localizations fixes
This commit is contained in:
@@ -119,9 +119,9 @@ struct FavoriteItemView: View {
|
||||
|
||||
private var label: String {
|
||||
if case let .playlist(id) = item.section {
|
||||
return playlists.find(id: id)?.title ?? "Playlist"
|
||||
return playlists.find(id: id)?.title ?? "Playlist".localized()
|
||||
}
|
||||
|
||||
return item.section.label
|
||||
return item.section.label.localized()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user