Rename add to queue text

This commit is contained in:
jeffvli 2023-01-07 03:49:18 -08:00
parent 8a48abbbc8
commit 1b25d88692
9 changed files with 18 additions and 18 deletions

View file

@ -170,12 +170,12 @@ export const ContextMenuProvider = ({ children }: ContextMenuProviderProps) => {
},
playLast: {
id: 'playLast',
label: 'Add to queue (last)',
label: 'Add to queue',
onClick: () => handlePlay(Play.LAST),
},
playNext: {
id: 'playNext',
label: 'Add to queue (next)',
label: 'Add to queue next',
onClick: () => handlePlay(Play.NEXT),
},
removeFromFavorites: {