Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit bc227b9

Browse files
authored
enable derivx cfd in non eu country (#1970)
1 parent 0684964 commit bc227b9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/pages/trade-types/cfds/_start-trading.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,13 @@ const StartTrading = () => {
3838
)}
3939
</Timeline.Item>
4040
<Timeline.Item title={<Localize translate_text="Trade" />}>
41-
{localize(
42-
'Trade with a real Deriv MT5 (DMT5) account and get access to high leverage to trade positions larger than your existing capital.',
43-
)}
41+
{is_eu_country
42+
? localize(
43+
'Trade with a real Deriv MT5 (DMT5) account and get access to high leverage to trade positions larger than your existing capital.',
44+
)
45+
: localize(
46+
'Trade with a real Deriv MT5 (DMT5) or real Deriv X account and get access to high leverage to trade positions larger than your existing capital.',
47+
)}
4448
</Timeline.Item>
4549
<Timeline.Item title={<Localize translate_text="Withdraw" />}>
4650
{localize(

0 commit comments

Comments
 (0)