diff --git a/frontend/components/MainPage/sections/AlertSections/LowFunds/FundsToActivate.tsx b/frontend/components/MainPage/sections/AlertSections/LowFunds/FundsToActivate.tsx index 22a1ae14..fd7db6a6 100644 --- a/frontend/components/MainPage/sections/AlertSections/LowFunds/FundsToActivate.tsx +++ b/frontend/components/MainPage/sections/AlertSections/LowFunds/FundsToActivate.tsx @@ -66,7 +66,7 @@ export const FundsToActivate = ({ {otherFundsRequired && (
{UNICODE_SYMBOLS.BULLET} {nativeTokenRequired} - - {` ${FUNDS_REQUIRED_FOR_BY_AGENT_TYPE[selectedAgentType]}`} + {` ${FUNDS_REQUIRED_FOR_BY_AGENT_TYPE[selectedAgentType]}.`}
)}