mirror of
https://github.com/yattee/yattee.git
synced 2025-12-21 20:20:15 +00:00
Search improvements for iOS
This commit is contained in:
@@ -36,9 +36,9 @@ final class SearchQuery: ObservableObject {
|
||||
var name: String {
|
||||
switch self {
|
||||
case .uploadDate:
|
||||
return "Upload Date"
|
||||
return "Date"
|
||||
case .viewCount:
|
||||
return "View Count"
|
||||
return "Views"
|
||||
default:
|
||||
return rawValue.capitalized
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user