Skip to content

Commit

Permalink
Label updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Feb 7, 2024
1 parent be6bb2b commit f603f1d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SQT Airdrop App
# SQT Claim App

dApp for users interact with SubQuery Claim contract [https://claim.subquery.foundation](https://claim.subquery.foundation)
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const Footer: React.FC = () => (
<a href="https://subquery.foundation/sale">Public Sale</a>
</Typography>
<Typography style={{ margin: 8 }}>
<a href="/">Airdrop</a>
<a href="/">SQT Claim</a>
</Typography>

<Typography style={{ margin: 8 }}>
Expand Down
3 changes: 2 additions & 1 deletion src/components/WalletDetect/WalletDetect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ export const ConnectWalletCom: React.FC<{ mode?: 'challenge' | 'airdrop' }> = ({
) : (
<>
<Typography>
To use airdrop, you need to connect your wallet. If you don&apos;t have a wallet, you can create one.
To use the claim application, you need to connect your wallet. If you don&apos;t have a wallet, you can
create one.
</Typography>
</>
)}
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const en = {
whenExpires: 'Expires {{date}}',
nextMilestone: 'Next Milestone',
claimTitle: 'Claim {{token}} and other NFT',
description: 'If you are eligible to claim any SQT of NFTs, you can see and claim them below.',
description: 'If you are eligible to claim any SQT or NFTs, you can see and claim them below.',
claim: 'Claim Unlocked',
successClaim: 'You have claimed tokens successfully',
nonToClaim: 'No Claimable Tokens Available'
Expand Down

0 comments on commit f603f1d

Please sign in to comment.