From a2987c6282ce7bb280ddba25b990ae7fa401a143 Mon Sep 17 00:00:00 2001 From: chef-ryan Date: Fri, 10 Jan 2025 10:23:47 +0800 Subject: [PATCH] claim usdt -> claim --- .../views/Ifos/components/IfoVesting/VestingPeriod/Claim.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/views/Ifos/components/IfoVesting/VestingPeriod/Claim.tsx b/apps/web/src/views/Ifos/components/IfoVesting/VestingPeriod/Claim.tsx index daf51e775a9e7..7c3de56cb7bc3 100644 --- a/apps/web/src/views/Ifos/components/IfoVesting/VestingPeriod/Claim.tsx +++ b/apps/web/src/views/Ifos/components/IfoVesting/VestingPeriod/Claim.tsx @@ -92,7 +92,7 @@ const ClaimButton: React.FC> = ({ disabled={isReady && !enabled && !isEnd} endIcon={isPending ? : null} > - {t('Claim %symbol%', { symbol: token.symbol })} + {t('Claim', { symbol: token.symbol })} ) }