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

Commit

Permalink
fix: fix eu etf
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-deriv committed Oct 20, 2023
1 parent 26a1824 commit fcf2595
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
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

0 comments on commit fcf2595

Please sign in to comment.