diff --git a/crowdin/messages.json b/crowdin/messages.json index 589cfb200a6..2b3cc7fab54 100644 --- a/crowdin/messages.json +++ b/crowdin/messages.json @@ -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.", diff --git a/src/features/pages/markets/etf/trades-available/data.tsx b/src/features/pages/markets/etf/trades-available/data.tsx index 6ff54e25756..d691f0c384e 100644 --- a/src/features/pages/markets/etf/trades-available/data.tsx +++ b/src/features/pages/markets/etf/trades-available/data.tsx @@ -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', + }, }, }, ],