Skip to content

Commit

Permalink
fix: correct typo in FirstRunModal component
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Jul 10, 2024
1 parent 628516a commit 97c9bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Main/MainHeader/FirstRunModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const FirstRunModal: FC<FirstRunModalProps> = ({ open, onClose }) => {
/>
</Flex>
<Title level={5} className="mt-12 text-center">
{`Your agent is running and you&apos;ve staked ${minimumStakedAmountRequired} OLAS!`}
{`Your agent is running and you've staked ${minimumStakedAmountRequired} OLAS!`}
</Title>
<Paragraph>Your agent is working towards earning rewards.</Paragraph>
<Paragraph>
Expand Down

0 comments on commit 97c9bdd

Please sign in to comment.