diff --git a/components/swap/SwapFormTokenList.tsx b/components/swap/SwapFormTokenList.tsx index 1ef20e3f..41af952c 100644 --- a/components/swap/SwapFormTokenList.tsx +++ b/components/swap/SwapFormTokenList.tsx @@ -170,8 +170,10 @@ const SwapFormTokenList = ({ <>
{type === 'input' - ? `${t('swap')} ${t('swap:from')}` - : `${t('swap')} ${t('swap:to')}`} + ? t('swap:pay') + : type === 'output' + ? t('swap:receive') + : ''}