From 1276bd2b6ceb47f8b47475231b7937cb6a1a7e98 Mon Sep 17 00:00:00 2001 From: prince-deriv <82309725+prince-deriv@users.noreply.github.com> Date: Sun, 3 Oct 2021 16:25:07 +0400 Subject: [PATCH] Prod: Prince/ Ukgc changes production (#6820) * Update: footer text changes & removed binary text in binary options * Updated footer text --- src/templates/_common/_layout/footer.jsx | 4 ++-- src/templates/static/legal/tac.jsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/templates/_common/_layout/footer.jsx b/src/templates/_common/_layout/footer.jsx index b04e009424471..e16014ec4ac50 100644 --- a/src/templates/_common/_layout/footer.jsx +++ b/src/templates/_common/_layout/footer.jsx @@ -216,7 +216,7 @@ const Footer = () => ( {it.L('Deriv Investments (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, is licensed in Malta and regulated by the Malta Financial Services Authority under the Investments Services Act to provide investment services in the European Union ([_1]licence no. IS/70156[_2]). It is also authorised and subject to limited regulation by the Financial Conduct Authority in the UK. Details about the extent of our authorisation and regulation by the Financial Conduct Authority are available from us on request.', ``, '')}

- {it.L('In the Isle of Man and the UK, Synthetic indices are offered by Deriv (MX) Ltd, Millennium House, Level 1, Victoria Road, Douglas IM2 4RW, Isle of Man; licensed and regulated in Great Britain by (1) the Gambling Commission under [_1]account no. 39172[_3] and by (2) the Gambling Supervision Commission in the Isle of Man ([_2]view licence[_3]).', '', '', '')} + {it.L('In the Isle of Man and the UK, virtual events based bets on synthetic indices offered by Deriv (MX) Ltd, Millennium House, Level 1, Victoria Road, Douglas IM2 4RW, Isle of Man; licensed and regulated in Great Britain by (1) the Gambling Commission under account no. 39172 and by (2) the Gambling Supervision Commission in the Isle of Man ([_2]view licence[_3]).', '', '', '')}

{it.L('In the rest of the EU, Synthetic Indices are offered by Deriv (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta; licensed and regulated by (1) the Malta Gaming Authority ([_1]licence no. MGA/B2C/102/2000[_3]) and (2) the Revenue Commissioners for clients in Ireland (licence no. 1010285). View complete [_2]Regulatory Information[_3].', ``, ``, '')} @@ -236,7 +236,7 @@ const Footer = () => (

- {it.L('Trading binary options may not be suitable for everyone, so please ensure that you fully understand the risks involved. Your losses can exceed your initial deposit and you do not own or have any interest in the underlying asset.')} + {it.L('Trading options may not be suitable for everyone, so please ensure that you fully understand the risks involved.')}

{it.L('CFDs are complex instruments and come with a high risk of losing money rapidly due to leverage. [_1] of retail investor accounts lose money when trading CFDs with Deriv Investments (Europe) Limited. You should consider whether you understand how CFDs work and whether you can afford to take the high risk of losing your money.', '63%')} diff --git a/src/templates/static/legal/tac.jsx b/src/templates/static/legal/tac.jsx index 8fbf927b927b0..b8afff15ff3e2 100644 --- a/src/templates/static/legal/tac.jsx +++ b/src/templates/static/legal/tac.jsx @@ -40,7 +40,7 @@ const Tac = () => ( id : 'risk', text : it.L('Risk Disclaimer'), submenu: [ - { id: 'risk-binary', text: it.L('Binary Options') }, + { id: 'risk-binary', text: it.L('Options') }, { id: 'risk-mt', text: it.L('MetaTrader') }, ], }, @@ -48,7 +48,7 @@ const Tac = () => ( id : 'order-execution', text : it.L('Order Execution'), submenu: [ - { id: 'order-execution-binary', text: it.L('Binary Options'), dataShow: 'eucountry' }, + { id: 'order-execution-binary', text: it.L('Options'), dataShow: 'eucountry' }, { id: 'order-execution-mt', text: it.L('MetaTrader') }, ], },