Skip to content

Commit

Permalink
chore: Update the menu label wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jessieweiyi committed Oct 6, 2024
1 parent acc678f commit 807beda
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,12 @@ const WorkspaceSelector: FC<PropsWithChildren<WorkspaceSelectorProps>> = ({
{ 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',
Expand Down

0 comments on commit 807beda

Please sign in to comment.