From 06af297428512ca68d4d977d7520d6752de2341e Mon Sep 17 00:00:00 2001 From: mahdiyeh-fs Date: Sun, 4 Jul 2021 12:24:08 +0430 Subject: [PATCH 1/5] add_stockes_and_indices_in_compare_mt5_accounts --- src/templates/static/metatrader/types_of_accounts.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/static/metatrader/types_of_accounts.jsx b/src/templates/static/metatrader/types_of_accounts.jsx index aa38dcfceed21..e13fc62efd073 100644 --- a/src/templates/static/metatrader/types_of_accounts.jsx +++ b/src/templates/static/metatrader/types_of_accounts.jsx @@ -57,7 +57,7 @@ const TypesOfAccounts = () => ( className='hide-maltainvest' image='financial' title={it.L('Financial')} - 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.')} + 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), minor currency pairs with high leverage, and stocks & indices.')} /> ( [{ text: }, { text: '50%' }, { text: '50%' }, { text: '50%' }], [{ text: }, { text: '50+' }, { text: '50+' }, { text: '10+' }], [{ text: }, { text: '24/7' }, { text: '24/7' }, { text: it.L('N/A') }], - [{ text: }, { 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') }], + [{ text: }, { text: it.L('FX-majors (standard/micro lots), FX-minors, Commodities, Cryptocurrencies, Stocks & Indices') }, { text: it.L('FX-majors, FX-minors, FX-exotics, Cryptocurrencies') }, { text: it.L('Synthetics') }], ], }} tbody_id='instruments' From 642dc767be086d657317e834af973d7454bcaa3a Mon Sep 17 00:00:00 2001 From: mahdiyeh-fs Date: Sun, 4 Jul 2021 13:15:12 +0430 Subject: [PATCH 2/5] update_message --- src/templates/static/metatrader/types_of_accounts.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/static/metatrader/types_of_accounts.jsx b/src/templates/static/metatrader/types_of_accounts.jsx index e13fc62efd073..ac2203a36723f 100644 --- a/src/templates/static/metatrader/types_of_accounts.jsx +++ b/src/templates/static/metatrader/types_of_accounts.jsx @@ -57,7 +57,7 @@ const TypesOfAccounts = () => ( className='hide-maltainvest' image='financial' title={it.L('Financial')} - 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), minor currency pairs with high leverage, and stocks & indices.')} + 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), minor currency pairs, and stocks & indices with high leverage.')} /> Date: Tue, 6 Jul 2021 09:54:54 +0430 Subject: [PATCH 3/5] change_content_for_non_EU_clients --- src/templates/static/metatrader/types_of_accounts.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/templates/static/metatrader/types_of_accounts.jsx b/src/templates/static/metatrader/types_of_accounts.jsx index ac2203a36723f..e0fc7bd1fa79e 100644 --- a/src/templates/static/metatrader/types_of_accounts.jsx +++ b/src/templates/static/metatrader/types_of_accounts.jsx @@ -51,13 +51,13 @@ const TypesOfAccounts = () => ( className='invisible show-maltainvest' image='financial' title={it.L('Financial')} - 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.')} + 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.')} /> ( [{ text: }, { text: '50%' }, { text: '50%' }, { text: '50%' }], [{ text: }, { text: '50+' }, { text: '50+' }, { text: '10+' }], [{ text: }, { text: '24/7' }, { text: '24/7' }, { text: it.L('N/A') }], - [{ text: }, { text: it.L('FX-majors (standard/micro lots), FX-minors, Commodities, Cryptocurrencies, Stocks & Indices') }, { text: it.L('FX-majors, FX-minors, FX-exotics, Cryptocurrencies') }, { text: it.L('Synthetics') }], + [{ text: }, { 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') }], ], }} tbody_id='instruments' @@ -119,7 +119,7 @@ const TypesOfAccounts = () => ( [{ text: }, { text: '50%' }, { text: '50%' }], [{ text: }, { text: '50+' }, { text: '10+' }], [{ text: }, { text: '24/7' }, { text: it.L('N/A') }], - [{ text: }, { text: it.L('FX-majors (standard), FX-minors, Commodities, Cryptocurrencies') }, { text: it.L('Synthetics') }], + [{ text: }, { text: it.L('FX-majors (standard), FX-minors, Commodities, Cryptocurrencies, Stocks, and Stock Indices.') }, { text: it.L('Synthetics') }], ], }} /> From 47b45ad6fac9e3ed2f41644f881ba607d430fb7d Mon Sep 17 00:00:00 2001 From: mahdiyeh-fs Date: Thu, 8 Jul 2021 09:35:21 +0430 Subject: [PATCH 4/5] remove dot at the end of the sentence --- src/templates/static/metatrader/types_of_accounts.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/static/metatrader/types_of_accounts.jsx b/src/templates/static/metatrader/types_of_accounts.jsx index e0fc7bd1fa79e..a772d5026d527 100644 --- a/src/templates/static/metatrader/types_of_accounts.jsx +++ b/src/templates/static/metatrader/types_of_accounts.jsx @@ -119,7 +119,7 @@ const TypesOfAccounts = () => ( [{ text: }, { text: '50%' }, { text: '50%' }], [{ text: }, { text: '50+' }, { text: '10+' }], [{ text: }, { text: '24/7' }, { text: it.L('N/A') }], - [{ text: }, { text: it.L('FX-majors (standard), FX-minors, Commodities, Cryptocurrencies, Stocks, and Stock Indices.') }, { text: it.L('Synthetics') }], + [{ text: }, { text: it.L('FX-majors (standard), FX-minors, Commodities, Cryptocurrencies, Stocks, and Stock Indices') }, { text: it.L('Synthetics') }], ], }} /> From 843459c9b494b54d1dd82df706c3165c2a89fda4 Mon Sep 17 00:00:00 2001 From: mahdiyeh-fs Date: Thu, 8 Jul 2021 15:09:09 +0430 Subject: [PATCH 5/5] add_micro_lots_to_EU_clients --- src/templates/static/metatrader/types_of_accounts.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/static/metatrader/types_of_accounts.jsx b/src/templates/static/metatrader/types_of_accounts.jsx index a772d5026d527..369a2c50df50d 100644 --- a/src/templates/static/metatrader/types_of_accounts.jsx +++ b/src/templates/static/metatrader/types_of_accounts.jsx @@ -119,7 +119,7 @@ const TypesOfAccounts = () => ( [{ text: }, { text: '50%' }, { text: '50%' }], [{ text: }, { text: '50+' }, { text: '10+' }], [{ text: }, { text: '24/7' }, { text: it.L('N/A') }], - [{ text: }, { text: it.L('FX-majors (standard), FX-minors, Commodities, Cryptocurrencies, Stocks, and Stock Indices') }, { text: it.L('Synthetics') }], + [{ text: }, { text: it.L('FX-majors (standard/micro lots), FX-minors, Commodities, Cryptocurrencies, Stocks, and Stock Indices') }, { text: it.L('Synthetics') }], ], }} />