Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

fix: fix eu etf #5797

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion crowdin/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3489,7 +3489,6 @@
"-2057564788": "Create a CFDs real account.",
"-915577324": "How to get started with a Deriv MT5 account",
"-1495699367": "What is Deriv MT5",
"-468571835": "Deriv MT5 gives you access to multiple asset classes – forex, stocks & indices, cryptocurrencies, commodities, and derived indices – on a single platform. With exclusive access to innovative assets, Deriv brings the MT5 experience to a superior level for both new and experienced traders.",
"-1058362536": "Quick demo account sign-up",
"-356516643": "Practise with a demo account preloaded with unlimited virtual funds.",
"-525457182": "Trade round-the-clock, even on weekends, with our proprietary derived indices.",
Expand Down
13 changes: 8 additions & 5 deletions src/features/pages/markets/etf/trades-available/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@ export const trade_types: TradeType[] = [
},
},
{
icon: DerivcTrader,
name: '_t_Deriv cTrader_t_',
link: {
type: 'internal',
to: '/deriv-ctrader',
id: 3,
data: {
icon: DerivcTrader,
name: '_t_Deriv cTrader_t_',
link: {
type: 'internal',
to: '/deriv-ctrader',
},
},
},
],
Expand Down
Loading