Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Add dots (#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin authored Jan 26, 2022
1 parent ba61da4 commit 929252d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/custom/pages/Claim/CanUserClaimMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function CanUserClaimMessage({ hasClaims, isAirdropOnly, handleCh
<Trans>
Thank you for being a supporter of CowSwap and the CoW protocol. As an important member of the CowSwap
Community you may claim vCOW to be used for voting and governance. You can claim your tokens until{' '}
<i>{formatDateWithTimezone(airdropDeadline)}</i>
<i>{formatDateWithTimezone(airdropDeadline)}.</i>
</Trans>
</p>
</IntroDescription>
Expand Down
6 changes: 3 additions & 3 deletions src/custom/pages/Claim/InvestmentFlow/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ export default function InvestmentFlow({ hasClaims, isAirdropOnly, modalCbs }: I
{investFlowStep === 0
? 'Claim and invest'
: investFlowStep === 1
? 'Set allowance to Buy vCOW'
: 'Confirm transaction to claim all vCOW'}
? 'Set allowance to Buy vCOW'
: 'Confirm transaction to claim all vCOW'}
</h1>

{investFlowStep === 0 && (
Expand Down Expand Up @@ -270,7 +270,7 @@ export default function InvestmentFlow({ hasClaims, isAirdropOnly, modalCbs }: I
you cannot increase or reduce the investment. Investment opportunities can only be exercised once.
</p>
<p>
<b>Important!</b> Please make sure you intend to claim and send vCOW to the mentioned receiving account(s)
<b>Important!</b> Please make sure you intend to claim and send vCOW to the mentioned receiving account(s).
</p>
</InvestContent>
) : null}
Expand Down

0 comments on commit 929252d

Please sign in to comment.