Skip to content

Commit

Permalink
chore: Update agent eviction message to use more appropriate wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mohandast52 committed Jul 22, 2024
1 parent 97f1463 commit df1da76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Main/MainHeader/CannotStartAgent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const evictedDescription =
const AgentEvictedPopover = () => (
<Popover
{...otherPopoverProps}
title="Your agent was banned from work"
title="Your agent is suspended from work"
content={<div style={{ maxWidth: 340 }}>{evictedDescription}</div>}
>
{cannotStartAgentText}
Expand Down

0 comments on commit df1da76

Please sign in to comment.