Skip to content

Commit

Permalink
Merge pull request #240 from valory-xyz/mohan/update-eviction-text
Browse files Browse the repository at this point in the history
feat: Update eviction message
  • Loading branch information
mohandast52 authored Jul 22, 2024
2 parents 72ebd15 + df1da76 commit 54ef518
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 evicted"
title="Your agent is suspended from work"
content={<div style={{ maxWidth: 340 }}>{evictedDescription}</div>}
>
{cannotStartAgentText}
Expand Down

0 comments on commit 54ef518

Please sign in to comment.