diff --git a/src/cfd/modals/MT5PasswordModal/MT5Success.tsx b/src/cfd/modals/MT5PasswordModal/MT5Success.tsx index 6563da3..e3fd644 100644 --- a/src/cfd/modals/MT5PasswordModal/MT5Success.tsx +++ b/src/cfd/modals/MT5PasswordModal/MT5Success.tsx @@ -32,7 +32,7 @@ export const MT5Success = () => { const landingCompanyName = `(${companyNamesAndUrls?.[selectedJurisdiction as TTM5FilterLandingCompany]?.shortcode})`; const SuccessDescription = isDemo - ? `Congratulations, you have successfully created your ${Category.DEMO} ${PlatformDetails.mt5.title} ${account_type} ${selectedJurisdiction} account.` + ? `Congratulations, you have successfully created your ${Category.DEMO} ${PlatformDetails.mt5.title} ${account_type} account.` : `Congratulations, you have successfully created your ${Category.REAL} ${PlatformDetails.mt5.title} ${landingCompanyName} account. To start trading, top-up funds from your Deriv account into this account.`; const SuccessTitle = `Your ${marketTypeTitle} ${isDemo ? Category.DEMO : landingCompanyName} account is ready`;