Skip to content

Commit

Permalink
Keep real synthetic account label for EU (#4082)
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv authored Oct 6, 2021
1 parent 39e0ebb commit daf18e7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,16 @@ const WizardHeading = ({ real_account_signup_target, currency, is_isle_of_man_re
(real_account_signup_target === 'malta' && is_belgium_residence) ||
real_account_signup_target === 'deposit_cash'
) {
return <Localize i18n_default_text='Add a Deriv Gaming account' />;
return <Localize i18n_default_text='Add a Deriv Synthetic account' />;
}

if (real_account_signup_target === 'iom' && is_isle_of_man_residence) {
return <Localize i18n_default_text='Add a Deriv account' />;
}

switch (real_account_signup_target) {
case 'malta':
return <Localize i18n_default_text='Add a Deriv Synthetic account' />;
case 'iom':
return <Localize i18n_default_text='Add a Deriv Gaming account' />;
case 'maltainvest':
Expand Down

1 comment on commit daf18e7

@vercel
Copy link

@vercel vercel bot commented on daf18e7 Oct 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.