Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/web-ui/src/locales/en-US/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"items": {
"sessions": "Sessions",
"project": "Directory",
"persona": "Nursery",
"persona": "Assistant",
"agents": "Agents",
"skills": "Skills",
"tools": "Tools",
Expand All @@ -87,7 +87,7 @@
"insights": "Insights"
},
"tooltips": {
"persona": "Nursery — create and manage all assistant instances",
"persona": "Assistant — create and manage all assistant instances",
"agents": "Which agents it can call",
"skills": "What it knows — specialized knowledge files",
"tools": "What it can use — built-in tools & MCP services",
Expand Down Expand Up @@ -161,7 +161,7 @@
"newCodeSession": "New Code session",
"newCoworkSession": "New Cowork session",
"newCodeSessionShort": "Code Session",
"newCoworkSessionShort": "Office Session",
"newCoworkSessionShort": "Cowork Session",
"newExternalAgentSessionShort": "{{agentName}} Session",
"newClawSession": "New Claw session",
"modeCode": "Code",
Expand Down
Loading