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

Prod: Prince/ Ukgc changes production #6820

Merged
merged 2 commits into from
Oct 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/templates/_common/_layout/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.', `<a href=${it.url_for('download/WS-Deriv-Investments-Europe-Limited.pdf')} target="_blank">`, '</a>')}
</p>
<p>
{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]).', '<a href="https://www.gamblingcommission.gov.uk/public-register/business/detail/39172" target="_blank" rel="noopener noreferrer">', '<a href="https://deriv.com/regulatory/Deriv_(MX)_Ltd.pdf" target="_blank" rel="noopener noreferrer">', '</a>')}
{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]).', '<a href="https://www.gamblingcommission.gov.uk/public-register/business/detail/39172" target="_blank" rel="noopener noreferrer">', '<a href="https://deriv.com/regulatory/Deriv_(MX)_Ltd.pdf" target="_blank" rel="noopener noreferrer">', '</a>')}
</p>
<p>
{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].', `<a href=${it.url_for('download/regulation/MGA_licence.pdf')} target="_blank">`, `<a href="${it.url_for('regulation')}">`, '</a>')}
Expand All @@ -236,7 +236,7 @@ const Footer = () => (
<div className='gr-12'>
<div className='risk-warning'>
<p>
{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.')}
</p>
<p className='eu-only invisible'>
{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%')}
Expand Down
4 changes: 2 additions & 2 deletions src/templates/static/legal/tac.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ 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') },
],
},
{
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') },
],
},
Expand Down