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,
|
||||
name: i18n.t('filter.recentlyAdded', { postProcess: 'titleCase' }),
|
||||
name: i18n.t('filter.releaseDate', { postProcess: 'titleCase' }),
|
||||
value: AlbumListSort.RELEASE_DATE,
|
||||
},
|
||||
],
|
||||
|
|
Reference in a new issue