From cdbae29a83832ebcfcd61de87b182ff75aa92160 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Wed, 19 Jul 2023 14:56:23 -0500 Subject: [PATCH] fix: agent health copy (#8608) * fix: agent health copy * remove restart in place of upcoming button --- site/src/components/WorkspacesTable/WorkspacesRow.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site/src/components/WorkspacesTable/WorkspacesRow.tsx b/site/src/components/WorkspacesTable/WorkspacesRow.tsx index d1e34b3329..cbc0f0f9ff 100644 --- a/site/src/components/WorkspacesTable/WorkspacesRow.tsx +++ b/site/src/components/WorkspacesTable/WorkspacesRow.tsx @@ -100,8 +100,7 @@ export const UnhealthyTooltip = () => { > Workspace is unhealthy - Your workspace is running but some agents had failed during - initialization. + Your workspace is running but some agents are unhealthy. )