mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00:00
Fixed incorrect label for album sort by release date (#458)
This commit is contained in:
parent
99a188a62d
commit
c8701d1da4
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ const FILTERS = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
defaultOrder: SortOrder.DESC,
|
defaultOrder: SortOrder.DESC,
|
||||||
name: i18n.t('filter.recentlyAdded', { postProcess: 'titleCase' }),
|
name: i18n.t('filter.releaseDate', { postProcess: 'titleCase' }),
|
||||||
value: AlbumListSort.RELEASE_DATE,
|
value: AlbumListSort.RELEASE_DATE,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue