Skip to content

Commit

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

0 comments on commit e2fb541

Please sign in to comment.