Skip to content

Commit

Permalink
chore: updated demo text
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-deriv committed Apr 22, 2024
1 parent 42aa467 commit 0b4f74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cfd/modals/MT5PasswordModal/MT5Success.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
Expand Down

0 comments on commit 0b4f74c

Please sign in to comment.