fix: agent health copy (#8608)

* fix: agent health copy

* remove restart in place of upcoming button
This commit is contained in:
Ben Potter
2023-07-19 14:56:23 -05:00
committed by GitHub
parent d96a6575af
commit cdbae29a83
@@ -100,8 +100,7 @@ export const UnhealthyTooltip = () => {
>
<HelpTooltipTitle>Workspace is unhealthy</HelpTooltipTitle>
<HelpTooltipText>
Your workspace is running but some agents had failed during
initialization.
Your workspace is running but some agents are unhealthy.
</HelpTooltipText>
</HelpTooltip>
)