Browse Source

Fix tooltip wording from last -> later

master
jeffvli 3 years ago
committed by Jeff
parent
commit
3a718f79fd
  1. 2
      src/components/shared/ToolbarButtons.tsx

2
src/components/shared/ToolbarButtons.tsx

@ -21,7 +21,7 @@ export const PlayShuffleButton = ({ ...rest }) => {
export const PlayAppendButton = ({ ...rest }) => {
return (
<CustomTooltip text="Add to queue (last)" placement="bottom">
<CustomTooltip text="Add to queue (later)" placement="bottom">
<StyledIconButton tabIndex={0} icon={<Icon icon="plus" />} {...rest} />
</CustomTooltip>
);

Loading…
Cancel
Save