diff --git a/packages/cfd/src/Components/cfd-real-account-display.tsx b/packages/cfd/src/Components/cfd-real-account-display.tsx index 72dd9c9ad556..527fa67192f3 100644 --- a/packages/cfd/src/Components/cfd-real-account-display.tsx +++ b/packages/cfd/src/Components/cfd-real-account-display.tsx @@ -194,7 +194,7 @@ const CFDRealAccountDisplay = ({ platform={platform} descriptor={ platform === 'mt5' - ? localize('Trade CFDs on our synthetics, basket indices.') + ? localize('Trade CFDs on our synthetics and basket indices.') : localize('Trade CFDs on our synthetic indices that simulate real-world market movements.') } specs={specifications[platform as keyof TSpecifications].real_synthetic_specs} diff --git a/packages/core/src/App/Containers/AccountSwitcher/account-switcher.jsx b/packages/core/src/App/Containers/AccountSwitcher/account-switcher.jsx index 58bac28b253b..63aa570cee69 100644 --- a/packages/core/src/App/Containers/AccountSwitcher/account-switcher.jsx +++ b/packages/core/src/App/Containers/AccountSwitcher/account-switcher.jsx @@ -560,7 +560,7 @@ const AccountSwitcher = props => {
{ toggleVisibility('demo_dmt5'); @@ -774,7 +774,7 @@ const AccountSwitcher = props => {
{ toggleVisibility('real_dmt5');