mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Rename add to queue text
This commit is contained in:
parent
8a48abbbc8
commit
1b25d88692
9 changed files with 18 additions and 18 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue