Better wording for moving workspace

This commit is contained in:
Gregory Schier
2024-07-22 09:46:46 -07:00
parent 110ffc7529
commit 9c08c5fea8
5 changed files with 8 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ export function MoveToWorkspaceDialog({ onDone, request, activeWorkspaceId }: Pr
return (
<VStack space={4} className="mb-4">
<Select
label="Workspace"
label="New Workspace"
name="workspace"
value={selectedWorkspaceId}
onChange={setSelectedWorkspaceId}
@@ -90,7 +90,7 @@ export function MoveToWorkspaceDialog({ onDone, request, activeWorkspaceId }: Pr
});
}}
>
Change Workspace
Move
</Button>
</VStack>
);