Fixed incorrect label for album sort by release date (#458)

This commit is contained in:
David Rappo 2024-01-22 10:09:15 -08:00 committed by GitHub
parent 99a188a62d
commit c8701d1da4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
},
],