mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 06:19:58 +02:00
Removed unused translation strings.
Changed string `title` to `album_name` and `track_name` respectively
This commit is contained in:
parent
65c01454f8
commit
83ec87d891
3 changed files with 26 additions and 29 deletions
|
@ -105,7 +105,7 @@ export default {
|
|||
paginateBy: parseInt(this.defaultPaginateBy || 25),
|
||||
orderingDirection: defaultOrdering.direction || "+",
|
||||
ordering: defaultOrdering.field,
|
||||
orderingOptions: [["creation_date", "creation_date"], ["title", "title"]]
|
||||
orderingOptions: [["creation_date", "creation_date"], ["title", "album_title"]]
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue