Skip to content

Commit

Permalink
Fixed incorrect label for album sort by release date (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
rappo authored Jan 22, 2024
1 parent 99a188a commit c8701d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
Expand Down

1 comment on commit c8701d1

@vercel
Copy link

@vercel vercel bot commented on c8701d1 Jan 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

feishin – ./

feishin.vercel.app
feishin-git-development-jeffvli.vercel.app
feishin-jeffvli.vercel.app

Please sign in to comment.