diff --git a/ee/tabby-ui/components/chat/repo-select.tsx b/ee/tabby-ui/components/chat/repo-select.tsx
index 299b7ded42d5..4ebd57ace05e 100644
--- a/ee/tabby-ui/components/chat/repo-select.tsx
+++ b/ee/tabby-ui/components/chat/repo-select.tsx
@@ -72,13 +72,8 @@ export function RepoSelect({
'text-muted-foreground': !selectedRepoName
})}
>
- {selectedRepoName || 'Select repo...'}
+ {selectedRepoName || 'Workspace'}
- {isWorkspaceRepo && (
-
- Context
-
- )}
{!value && }