mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Minor strings changes
This commit is contained in:
@@ -10,7 +10,7 @@ struct Playlist: Identifiable, Equatable, Hashable {
|
||||
}
|
||||
|
||||
var name: String {
|
||||
rawValue.capitalized
|
||||
rawValue.capitalized.localized()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user