Remove duplicated translation key

This commit is contained in:
Deluan
2020-05-01 10:28:31 -04:00
parent 10a7dfeb15
commit d1a88ed8d6
7 changed files with 7 additions and 12 deletions
+1 -1
View File
@@ -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>