Skip to content

Commit

Permalink
refactor: popover copy
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Sep 4, 2024
1 parent 8c1a4bd commit 8f92be4
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,9 +389,10 @@ const CountdownUntilMigration = ({

return (
<Flex vertical gap={1}>
<span>Your agent must continue staking for</span>
<strong>Can&apos;t switch because you unstaked too recently.</strong>
<span>This may be because your agent was suspended.</span>
<span>Keep running your agent and you&apos;ll be able to switch in</span>
<span>{countdownDisplayFormat(secondsUntilReady)}</span>
<span>before it can switch to a new contract</span>
</Flex>
);
};
Expand Down

0 comments on commit 8f92be4

Please sign in to comment.