Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit a8c7ad3

Browse files
Mahdiyeh/ add_stockes_and_indices_in_compare_mt5_accounts (#6644)
* add_stockes_and_indices_in_compare_mt5_accounts * update_message * change_content_for_non_EU_clients * remove dot at the end of the sentence * add_micro_lots_to_EU_clients
1 parent 5310d6f commit a8c7ad3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/templates/static/metatrader/types_of_accounts.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ const TypesOfAccounts = () => (
5151
className='invisible show-maltainvest'
5252
image='financial'
5353
title={it.L('Financial')}
54-
text={it.L('The Financial account (available in EUR and GBP) is suitable for a wide range of traders, both new or experienced. Trade commodities, cryptocurrencies, major and minor currency pairs with tight and variable spreads without commissions and a minimum deposit.')}
54+
text={it.L('The Financial account (available in EUR and GBP) is suitable for a wide range of traders, both new or experienced. Trade major (standard and micro-lots) and minor currency pairs, stocks, stock indices, commodities, and cryptocurrencies.')}
5555
/>
5656
<Box
5757
className='hide-maltainvest'
5858
image='financial'
5959
title={it.L('Financial')}
60-
text={it.L('The Financial account offers new and experienced traders high leverage and variable spreads for maximum flexibility. Trade commodities, cryptocurrencies, major (standard and micro-lots), and minor currency pairs with high leverage.')}
60+
text={it.L('The Financial account offers new and experienced traders high leverage and variable spreads for maximum flexibility. Trade major (standard and micro-lots) and minor currency pairs, stocks, stock indices, commodities, and cryptocurrencies with high leverage.')}
6161
/>
6262
<Box
6363
className='hide-maltainvest'
@@ -95,7 +95,7 @@ const TypesOfAccounts = () => (
9595
[{ text: <Row number={6} text={it.L('Stop out level')} /> }, { text: '50%' }, { text: '50%' }, { text: '50%' }],
9696
[{ text: <Row text={it.L('Number of assets')} /> }, { text: '50+' }, { text: '50+' }, { text: '10+' }],
9797
[{ text: <Row number={7} text={it.L('Cryptocurrency trading')} /> }, { text: '24/7' }, { text: '24/7' }, { text: it.L('N/A') }],
98-
[{ text: <Row text={it.L('Trading instruments')} /> }, { text: it.L('FX-majors (standard/micro lots), FX-minors, Commodities, Cryptocurrencies') }, { text: it.L('FX-majors, FX-minors, FX-exotics, Cryptocurrencies') }, { text: it.L('Synthetics') }],
98+
[{ text: <Row text={it.L('Trading instruments')} /> }, { text: it.L('FX-majors (standard/micro lots), FX-minors, Commodities, Cryptocurrencies, Stocks, and Stock Indices') }, { text: it.L('FX-majors, FX-minors, FX-exotics, Cryptocurrencies') }, { text: it.L('Synthetics') }],
9999
],
100100
}}
101101
tbody_id='instruments'
@@ -119,7 +119,7 @@ const TypesOfAccounts = () => (
119119
[{ text: <Row number={6} text={it.L('Stop out level')} /> }, { text: '50%' }, { text: '50%' }],
120120
[{ text: <Row text={it.L('Number of assets')} /> }, { text: '50+' }, { text: '10+' }],
121121
[{ text: <Row number={7} text={it.L('Cryptocurrency trading')} /> }, { text: '24/7' }, { text: it.L('N/A') }],
122-
[{ text: <Row text={it.L('Trading instruments')} /> }, { text: it.L('FX-majors (standard), FX-minors, Commodities, Cryptocurrencies') }, { text: it.L('Synthetics') }],
122+
[{ text: <Row text={it.L('Trading instruments')} /> }, { text: it.L('FX-majors (standard/micro lots), FX-minors, Commodities, Cryptocurrencies, Stocks, and Stock Indices') }, { text: it.L('Synthetics') }],
123123
],
124124
}}
125125
/>

0 commit comments

Comments
 (0)