mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 17:09:09 +01:00
Better wording for moving workspace
This commit is contained in:
@@ -833,8 +833,8 @@ function SidebarItem({
|
||||
},
|
||||
{
|
||||
key: 'moveWorkspace',
|
||||
label: 'Change Workspace',
|
||||
leftSlot: <Icon icon="house" />,
|
||||
label: 'Move',
|
||||
leftSlot: <Icon icon="arrowRightCircle" />,
|
||||
hidden: workspaces.length <= 1,
|
||||
onSelect: moveToWorkspace.mutate,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user