Fix ContextMenu column label

This commit is contained in:
Deluan
2020-05-24 11:48:48 -04:00
parent 207565bde0
commit ac8f92d7ac
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -72,6 +72,7 @@ const SongList = (props) => {
<DurationField source="duration" />
{isDesktop ? (
<SongContextMenu
source={'starred'}
label={translate('resources.song.fields.starred')}
sortBy={'starred DESC, starredAt ASC'}
/>