Skip to content

Commit cdbae29

Browse files
authored
fix: agent health copy (#8608)
* fix: agent health copy * remove restart in place of upcoming button
1 parent d96a657 commit cdbae29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/src/components/WorkspacesTable/WorkspacesRow.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ export const UnhealthyTooltip = () => {
100100
>
101101
<HelpTooltipTitle>Workspace is unhealthy</HelpTooltipTitle>
102102
<HelpTooltipText>
103-
Your workspace is running but some agents had failed during
104-
initialization.
103+
Your workspace is running but some agents are unhealthy.
105104
</HelpTooltipText>
106105
</HelpTooltip>
107106
)

0 commit comments

Comments
 (0)