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.

Suthesh/derivx-real-cfd #1970

Merged
merged 1 commit into from
Aug 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions src/pages/trade-types/cfds/_start-trading.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,13 @@ const StartTrading = () => {
)}
</Timeline.Item>
<Timeline.Item title={<Localize translate_text="Trade" />}>
{localize(
'Trade with a real Deriv MT5 (DMT5) account and get access to high leverage to trade positions larger than your existing capital.',
)}
{is_eu_country
? localize(
'Trade with a real Deriv MT5 (DMT5) account and get access to high leverage to trade positions larger than your existing capital.',
)
: localize(
'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.',
)}
</Timeline.Item>
<Timeline.Item title={<Localize translate_text="Withdraw" />}>
{localize(
Expand Down