diff --git a/ui/src/components/CompanyRail.tsx b/ui/src/components/CompanyRail.tsx index 633d781b..55175c8a 100644 --- a/ui/src/components/CompanyRail.tsx +++ b/ui/src/components/CompanyRail.tsx @@ -314,13 +314,13 @@ export function CompanyRail() { -

Add company

+

Add workspace

diff --git a/ui/src/pages/AgentDetail.tsx b/ui/src/pages/AgentDetail.tsx index 00bc4116..bc79a90a 100644 --- a/ui/src/pages/AgentDetail.tsx +++ b/ui/src/pages/AgentDetail.tsx @@ -1534,7 +1534,7 @@ function ConfigurationTab({ : taskAssignSource === "agent_creator" ? "Enabled automatically while this agent can create new agents." : taskAssignSource === "explicit_grant" - ? "Enabled via explicit company permission grant." + ? "Enabled via explicit workspace permission grant." : "Disabled unless explicitly granted."; return ( @@ -2746,7 +2746,7 @@ function AgentSkillsTab({ {desiredOnlyMissingSkills.length > 0 && (
-
Requested skills missing from the company library
+
Requested skills missing from the workspace library
{desiredOnlyMissingSkills.join(", ")}
diff --git a/ui/src/pages/CompanySettings.tsx b/ui/src/pages/CompanySettings.tsx index 6ba3258a..46603a02 100644 --- a/ui/src/pages/CompanySettings.tsx +++ b/ui/src/pages/CompanySettings.tsx @@ -268,13 +268,13 @@ export function CompanySettings() { setDescription(e.target.value)} /> @@ -340,7 +340,7 @@ export function CompanySettings() {
{archiveMutation.isError && ( {archiveMutation.error instanceof Error ? archiveMutation.error.message - : "Failed to archive company"} + : "Failed to archive workspace"} )}