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 1bf6bbd540084..cc5363292a0db 100644 --- a/apps/web/src/views/Ifos/components/IfoVesting/VestingPeriod/Claim.tsx +++ b/apps/web/src/views/Ifos/components/IfoVesting/VestingPeriod/Claim.tsx @@ -90,7 +90,7 @@ const ClaimButton: React.FC> = ({ disabled={isReady && !enabled} endIcon={isPending ? : null} > - {t('Claim', { symbol: token.symbol })} + {t('Claim')} ) }