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 })} ) }