Remove duplicated translation key
This commit is contained in:
@@ -27,7 +27,7 @@ const AddToQueueButton = ({ selectedIds }) => {
|
||||
<Button
|
||||
color="secondary"
|
||||
onClick={addToQueue}
|
||||
label={translate('resources.song.bulk.addToQueue')}
|
||||
label={translate('resources.song.actions.addToQueue')}
|
||||
>
|
||||
<AddToQueueIcon />
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user