From f603f1d607c2b26142c0ed7677e442a8d0392575 Mon Sep 17 00:00:00 2001 From: James Bayly Date: Wed, 7 Feb 2024 13:47:34 +0900 Subject: [PATCH] Label updates --- README.md | 2 +- src/components/Footer/Footer.tsx | 2 +- src/components/WalletDetect/WalletDetect.tsx | 3 ++- src/i18n/en.ts | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e10d32..0c5ecc4 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index f4fbf2f..9b00e94 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -17,7 +17,7 @@ export const Footer: React.FC = () => ( Public Sale - Airdrop + SQT Claim diff --git a/src/components/WalletDetect/WalletDetect.tsx b/src/components/WalletDetect/WalletDetect.tsx index a866ca6..380bf07 100644 --- a/src/components/WalletDetect/WalletDetect.tsx +++ b/src/components/WalletDetect/WalletDetect.tsx @@ -43,7 +43,8 @@ export const ConnectWalletCom: React.FC<{ mode?: 'challenge' | 'airdrop' }> = ({ ) : ( <> - To use airdrop, you need to connect your wallet. If you don't have a wallet, you can create one. + To use the claim application, you need to connect your wallet. If you don't have a wallet, you can + create one. )} diff --git a/src/i18n/en.ts b/src/i18n/en.ts index ad757c1..82d8e57 100644 --- a/src/i18n/en.ts +++ b/src/i18n/en.ts @@ -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'