From 807beda3c3092b387af84305f6a2a9ea906cf69e Mon Sep 17 00:00:00 2001 From: Jessie Wei Date: Sun, 6 Oct 2024 11:41:56 +1100 Subject: [PATCH] chore: Update the menu label wording --- .../src/components/workspaces/WorkspaceSelector/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/threat-composer/src/components/workspaces/WorkspaceSelector/index.tsx b/packages/threat-composer/src/components/workspaces/WorkspaceSelector/index.tsx index f3b7cfd..ddc8205 100644 --- a/packages/threat-composer/src/components/workspaces/WorkspaceSelector/index.tsx +++ b/packages/threat-composer/src/components/workspaces/WorkspaceSelector/index.tsx @@ -282,12 +282,12 @@ const WorkspaceSelector: FC> = ({ { id: 'add', text: 'Add new workspace' }, { id: 'import', - text: 'Import', + text: 'Import into current workspace', disabled: isWorkspaceExample(currentWorkspace?.id), }, { id: 'clone', - text: 'Clone', + text: 'Clone current worksapce', }, { id: 'exportAll',