mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Fixed incorrect label for album sort by release date (#458)
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user