Better wording for moving workspace

This commit is contained in:
Gregory Schier
2024-07-22 09:46:46 -07:00
parent 0f8f086e01
commit 994f314cff
5 changed files with 8 additions and 5 deletions

View File

@@ -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,
},