Skip to content

Commit

Permalink
claim usdt -> claim
Browse files Browse the repository at this point in the history
  • Loading branch information
chef-ryan committed Jan 10, 2025
1 parent 45ab95c commit a2987c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const ClaimButton: React.FC<React.PropsWithChildren<Props>> = ({
disabled={isReady && !enabled && !isEnd}
endIcon={isPending ? <AutoRenewIcon spin color="currentColor" /> : null}
>
{t('Claim %symbol%', { symbol: token.symbol })}
{t('Claim', { symbol: token.symbol })}
</Button>
)
}
Expand Down

0 comments on commit a2987c6

Please sign in to comment.