diff --git a/404.html b/404.html index 74c636cfa8e68..d184b87c15d09 100644 --- a/404.html +++ b/404.html @@ -82,6 +82,6 @@

404

-

https://binary.com

+

https://binary.me

diff --git a/Gruntfile.js b/Gruntfile.js index cd61334ddbb6f..3794ab5af0f4e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,9 +1,9 @@ module.exports = function (grunt) { // map release parameters to the required branch, origin, and target gh-pages sub-folder global.release_config = { - production : { branch: 'master', target_folder: '', origin: 'git@github.com:binary-static-deployed/binary-static.git', CNAME: 'www.binary.com' }, - staging : { branch: 'master', target_folder: '', origin: 'git@github.com:binary-com/binary-static.git', CNAME: 'staging.binary.com' }, - translations: { branch: 'translations', target_folder: 'translations', origin: 'git@github.com:binary-com/binary-static.git', CNAME: 'staging.binary.com' }, + production : { branch: 'master', target_folder: '', origin: 'git@github.com:binary-static-deployed-binary-me/binary-static.git', CNAME: 'www.binary.me' }, + staging : { branch: 'master', target_folder: '', origin: 'git@github.com:binary-com/binary-static.git', CNAME: 'staging.binary.com' }, + translations: { branch: 'translations', target_folder: 'translations', origin: 'git@github.com:binary-com/binary-static.git', CNAME: 'staging.binary.com' }, }; if (grunt.cli.tasks[0] === 'release') { diff --git a/README.md b/README.md index 6f8986158a27d..7e5326c36c8b1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Binary-Static ============= -This repository contains the static HTML, Javascript, CSS, and images content of the [Binary.com](http://www.binary.com) website. +This repository contains the static HTML, Javascript, CSS, and images content of the [Binary.com](http://www.binary.me) website. ## Installation diff --git a/index.html b/index.html index b8e929ca077ad..9e81346eb9105 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,7 @@ } } function isGtmApplicable() { - return /(www|staging)\.binary\.com/i.test(window.location.hostname); + return /(staging\.binary\.com|www\.binary\.me)/i.test(window.location.hostname); } function pushEvent() { if(isGtmApplicable()) { diff --git a/scripts/config/pages.js b/scripts/config/pages.js index 6909077b45ab7..1a992ddfd0237 100644 --- a/scripts/config/pages.js +++ b/scripts/config/pages.js @@ -116,7 +116,7 @@ module.exports = [ ['metatrader/types-of-accounts', 'static/metatrader/types_of_accounts', 'default', 'Types of MetaTrader 5 accounts'], // ==================== Section: "landing_pages" ==================== - // ['graduates', 'landing_pages/graduate_program', null, 'Binary.com Graduate Program', 'NOT-en'], + // ['graduates', 'landing_pages/graduate_program', null, 'Binary.com Graduate Program', 'NOT-en'], // ['hackathon', 'landing_pages/hackathon', null, 'Hackathon Competition', 'NOT-en'], ['landing/signup-frame', 'landing_pages/signup_frame', null, 'Sign up'], ]; diff --git a/scripts/sitemap.js b/scripts/sitemap.js index 7ba92eee98fb9..21358b97775f3 100755 --- a/scripts/sitemap.js +++ b/scripts/sitemap.js @@ -31,7 +31,7 @@ const getApplicableLanguages = (lang_filter) => common.languages.filter(lang => const createSitemap = (conf) => { excluded = 0; - + const sitemap = Sitemap.createSitemap({ hostname : conf.url_prefix, cacheTime: 600000, diff --git a/scripts/update_translations.sh b/scripts/update_translations.sh index 5cdbe82390463..e939a45cdbd11 100755 --- a/scripts/update_translations.sh +++ b/scripts/update_translations.sh @@ -15,7 +15,7 @@ if ! [ -x "$(command -v crowdin)" ]; then fi fi -if [[ $(git config --get remote.origin.url) =~ (binary-com|binary-static-deployed)/binary-static ]]; then +if [[ $(git config --get remote.origin.url) =~ (binary-com|binary-static-deployed|binary-static-deployed-binary-me)/binary-static ]]; then echo ${RED}" > ERROR: "${RESET}"remote 'origin' should be your fork." exit 1 fi diff --git a/src/download/payment/Binary.com_BankWire.pdf b/src/download/payment/Binary_BankWire.pdf similarity index 100% rename from src/download/payment/Binary.com_BankWire.pdf rename to src/download/payment/Binary_BankWire.pdf diff --git a/src/download/payment/Binary.com_Bitcoin.pdf b/src/download/payment/Binary_Bitcoin.pdf similarity index 100% rename from src/download/payment/Binary.com_Bitcoin.pdf rename to src/download/payment/Binary_Bitcoin.pdf diff --git a/src/download/payment/Binary.com_BitcoinCash.pdf b/src/download/payment/Binary_BitcoinCash.pdf similarity index 100% rename from src/download/payment/Binary.com_BitcoinCash.pdf rename to src/download/payment/Binary_BitcoinCash.pdf diff --git a/src/download/payment/Binary.com_Credit_Debit.pdf b/src/download/payment/Binary_Credit_Debit.pdf similarity index 100% rename from src/download/payment/Binary.com_Credit_Debit.pdf rename to src/download/payment/Binary_Credit_Debit.pdf diff --git a/src/download/payment/Binary.com_Ethereum.pdf b/src/download/payment/Binary_Ethereum.pdf similarity index 100% rename from src/download/payment/Binary.com_Ethereum.pdf rename to src/download/payment/Binary_Ethereum.pdf diff --git a/src/download/payment/Binary.com_Fasapay.pdf b/src/download/payment/Binary_Fasapay.pdf similarity index 100% rename from src/download/payment/Binary.com_Fasapay.pdf rename to src/download/payment/Binary_Fasapay.pdf diff --git a/src/download/payment/Binary.com_Litecoin.pdf b/src/download/payment/Binary_Litecoin.pdf similarity index 100% rename from src/download/payment/Binary.com_Litecoin.pdf rename to src/download/payment/Binary_Litecoin.pdf diff --git a/src/download/payment/Binary.com_Neteller.pdf b/src/download/payment/Binary_Neteller.pdf similarity index 100% rename from src/download/payment/Binary.com_Neteller.pdf rename to src/download/payment/Binary_Neteller.pdf diff --git a/src/download/payment/Binary.com_PaySafeCard.pdf b/src/download/payment/Binary_PaySafeCard.pdf similarity index 100% rename from src/download/payment/Binary.com_PaySafeCard.pdf rename to src/download/payment/Binary_PaySafeCard.pdf diff --git a/src/download/payment/Binary.com_PaySec.pdf b/src/download/payment/Binary_PaySec.pdf similarity index 100% rename from src/download/payment/Binary.com_PaySec.pdf rename to src/download/payment/Binary_PaySec.pdf diff --git a/src/download/payment/Binary.com_PerfectMoney.pdf b/src/download/payment/Binary_PerfectMoney.pdf similarity index 100% rename from src/download/payment/Binary.com_PerfectMoney.pdf rename to src/download/payment/Binary_PerfectMoney.pdf diff --git a/src/download/payment/Binary.com_Qiwi.pdf b/src/download/payment/Binary_Qiwi.pdf similarity index 100% rename from src/download/payment/Binary.com_Qiwi.pdf rename to src/download/payment/Binary_Qiwi.pdf diff --git a/src/download/payment/Binary.com_Skrill.pdf b/src/download/payment/Binary_Skrill.pdf similarity index 100% rename from src/download/payment/Binary.com_Skrill.pdf rename to src/download/payment/Binary_Skrill.pdf diff --git a/src/download/payment/Binary.com_WebMoney.pdf b/src/download/payment/Binary_WebMoney.pdf similarity index 100% rename from src/download/payment/Binary.com_WebMoney.pdf rename to src/download/payment/Binary_WebMoney.pdf diff --git a/src/javascript/_common/__tests__/tests_common.js b/src/javascript/_common/__tests__/tests_common.js index 2b2a2488b69e6..d6325c1dfea93 100644 --- a/src/javascript/_common/__tests__/tests_common.js +++ b/src/javascript/_common/__tests__/tests_common.js @@ -16,5 +16,5 @@ module.exports = { expect, setURL, getApiToken: () => 'hhh9bfrbq0G3dRf', - api : new LiveApi({ websocket, appId: 1 }), + api : new LiveApi({ websocket, appId: 15284 }), }; diff --git a/src/javascript/_common/base/gtm.js b/src/javascript/_common/base/gtm.js index 41c36bb7eaf95..52b8ad24ab47b 100644 --- a/src/javascript/_common/base/gtm.js +++ b/src/javascript/_common/base/gtm.js @@ -12,7 +12,7 @@ const getPropertyValue = require('../utility').getPropertyValue; const getAppId = require('../../config').getAppId; const GTM = (() => { - const isGtmApplicable = () => (/^(1|1098|14473)$/.test(getAppId())); + const isGtmApplicable = () => (/^(1|1098|14473|15284)$/.test(getAppId())); const getCommonVariables = () => ({ language : getLanguage(), diff --git a/src/javascript/_common/crowdin.js b/src/javascript/_common/crowdin.js index 02dee1558b850..aeae207d77b8c 100644 --- a/src/javascript/_common/crowdin.js +++ b/src/javascript/_common/crowdin.js @@ -3,7 +3,7 @@ const createElement = require('./utility').createElement; const Crowdin = (() => { /** - * in-context translation provided at: https://staging.binary.com/translations/ + * in-context translation provided at: https://staging.binary.me/translations/ * and uses 'ach' as pseudo language code */ const isInContextEnvironment = () => ( diff --git a/src/javascript/_common/lib/guide.enjoyhint.js b/src/javascript/_common/lib/guide.enjoyhint.js index 293d54886effb..700d00e8dd000 100755 --- a/src/javascript/_common/lib/guide.enjoyhint.js +++ b/src/javascript/_common/lib/guide.enjoyhint.js @@ -1,5 +1,5 @@ // https://github.com/xbsoftware/enjoyhint -// (+ some custom changes for binary.com) +// (+ some custom changes for binary.me) var $ = require('jquery'); var Kinetic = require('kinetic'); diff --git a/src/javascript/app/pages/user/account/settings/iphistory/iphistory.data.js b/src/javascript/app/pages/user/account/settings/iphistory/iphistory.data.js index 624bf260f4ef6..6171946180401 100644 --- a/src/javascript/app/pages/user/account/settings/iphistory/iphistory.data.js +++ b/src/javascript/app/pages/user/account/settings/iphistory/iphistory.data.js @@ -14,7 +14,7 @@ const IPHistoryData = (() => { { name: 'IE', regex: /msie\s([\d.]+[\d])/i }, { name: 'IE', regex: /trident\/\d+\.\d+;.*[rv:]+(\d+\.\d)/i }, { name: 'Firefox', regex: /firefox\/([\d\w.-]+)/i }, - { name: 'Binary app', regex: /binary\.com V([\d.]+)/i }, + { name: 'Binary app', regex: /binary\.me V([\d.]+)/i }, ]; for (let i = 0; i < lookup.length; i++) { const info = lookup[i]; diff --git a/src/javascript/config.js b/src/javascript/config.js index 20f4a88db0a31..9e8e538fb427e 100644 --- a/src/javascript/config.js +++ b/src/javascript/config.js @@ -66,7 +66,7 @@ const getSocketURL = () => { // } // let server = 'blue'; - // if (/www\.binary\.com/i.test(window.location.hostname)) { + // if (/www\.binary\.(com|me)/i.test(window.location.hostname)) { // const loginid = window.localStorage.getItem('active_loginid'); // let client_type = category_map[2]; // if (loginid) { diff --git a/src/javascript/landing_pages/common.js b/src/javascript/landing_pages/common.js index eb0c4dd62e26f..a564cc16cfe37 100644 --- a/src/javascript/landing_pages/common.js +++ b/src/javascript/landing_pages/common.js @@ -107,7 +107,7 @@ function getAppId() { if (/staging\.binary\.com/i.test(window.location.hostname)) { return '1098'; } - return '1'; + return '15284'; } function wsSend(ws, request) { diff --git a/src/templates/README.md b/src/templates/README.md index faed0853672c1..2848f590fc8b4 100644 --- a/src/templates/README.md +++ b/src/templates/README.md @@ -80,7 +80,7 @@ export default Loading; - There are cases where you do not want your strings to be escaped (i.g. when you place `` tags inside a ``). To bypass HTML escape, you can use `it.dangreouslyRenderHtml()` (under normal circumstances do NOT use this.): ``` -it.dangreouslyRenderHtml(''); +it.dangreouslyRenderHtml(''); ``` - Blocks need to have a single space after `{`, for example: diff --git a/src/templates/app/_layout/footer.jsx b/src/templates/app/_layout/footer.jsx index 479640ff847b1..d62c734ae74b7 100644 --- a/src/templates/app/_layout/footer.jsx +++ b/src/templates/app/_layout/footer.jsx @@ -207,7 +207,7 @@ const Footer = () => (

- {it.L('Binary.com is an award-winning online trading provider that helps its clients to trade on financial markets through binary options and CFDs. Trading binary options and CFDs on Volatility Indices is classified as a gambling activity. Remember that gambling can be addictive – please play responsibly. Learn more about [_1]Responsible Trading[_2]. Some products are not available in all countries. This website’s services are not made available in certain countries such as the USA, Canada, Costa Rica, Hong Kong, or to persons under age 18.', ``, '')} + {it.L('[_1] is an award-winning online trading provider that helps its clients to trade on financial markets through binary options and CFDs. Trading binary options and CFDs on Volatility Indices is classified as a gambling activity. Remember that gambling can be addictive – please play responsibly. Learn more about [_2]Responsible Trading[_3]. Some products are not available in all countries. This website’s services are not made available in certain countries such as the USA, Canada, Costa Rica, Hong Kong, or to persons under age 18.', it.website_name, ``, '')}

diff --git a/src/templates/app/cashier/payment_methods.jsx b/src/templates/app/cashier/payment_methods.jsx index f3e2e58ee04db..8ba503c00b1db 100644 --- a/src/templates/app/cashier/payment_methods.jsx +++ b/src/templates/app/cashier/payment_methods.jsx @@ -129,7 +129,7 @@ const PaymentMethods = () => { { text: '500 - 100,000' }, { text: '500 - 100,000' }, { text: }, - { text: }, + { text: }, ], }, ]} @@ -167,7 +167,7 @@ const PaymentMethods = () => { { text: '25 - 10,000' }, { text: '25 - 10,000' }, { text: }, - { text: }, + { text: }, ], }, ]} @@ -195,7 +195,7 @@ const PaymentMethods = () => { { text: '10 - 10,000' }, { text: '10 - 10,000' }, { text: }, - { text: }, + { text: }, ], }, ]} @@ -214,7 +214,7 @@ const PaymentMethods = () => { { text: '10 - 10,000' }, { text: '10 - 10,000' }, { text: }, - { text: }, + { text: }, ], }, ]} @@ -246,7 +246,7 @@ const PaymentMethods = () => { { text: '5 - 10,000' }, { text: '5 - 10,000' }, { text: }, - { text: }, + { text: }, ], }, ]} @@ -265,7 +265,7 @@ const PaymentMethods = () => { { text: '5 - 10,000' }, { text: '5 - 10,000' }, { text: }, - { text: }, + { text: }, ], }, ]} @@ -284,7 +284,7 @@ const PaymentMethods = () => { { text: '5 - 10,000' }, { text: '5 - 10,000' }, { text: }, - { text: }, + { text: }, ], }, ]} @@ -303,7 +303,7 @@ const PaymentMethods = () => { { text: '5 - 10,000' }, { text: '5 - 10,000' }, { text: }, - { text: }, + { text: }, ], }, ]} @@ -322,7 +322,7 @@ const PaymentMethods = () => { { text: '5 - 10,000' }, { text: '5 - 10,000' }, { text: }, - { text: }, + { text: }, ], }, ]} @@ -341,7 +341,7 @@ const PaymentMethods = () => { { text: }, { text: }, { text: }, - { text: }, + { text: }, ], }, ]} @@ -379,7 +379,7 @@ const PaymentMethods = () => { { text: '5 - 1,000' }, { text: '5 - 750' }, { text: }, - { text: }, + { text: }, ], }, ]} @@ -426,7 +426,7 @@ const PaymentMethods = () => { { text: '0.002' }, { text: '0.0003' }, { text: }, - { text: }, + { text: }, ], }, ]} @@ -445,7 +445,7 @@ const PaymentMethods = () => { { text: '0.01' }, { text: '0.003' }, { text: }, - { text: }, + { text: }, ], }, ]} @@ -464,7 +464,7 @@ const PaymentMethods = () => { { text: '0.01' }, { text: '0.01' }, { text: }, - { text: }, + { text: }, ], }, ]} @@ -501,7 +501,7 @@ const PaymentMethods = () => { { text: '0.1' }, { text: '0.02' }, { text: }, - { text: }, + { text: }, ], }, ]} diff --git a/src/templates/app/user/security/cloudflare_dns.jsx b/src/templates/app/user/security/cloudflare_dns.jsx index 203e4e1687a0a..2d58280aae06d 100644 --- a/src/templates/app/user/security/cloudflare_dns.jsx +++ b/src/templates/app/user/security/cloudflare_dns.jsx @@ -12,7 +12,7 @@ const CloudflareDNS = () => (

{it.L('What is DNS')}

-

{it.L('The Domain Name System (DNS) allows you to access a website through a user-friendly web address such as [_1], instead of a complicated IP address.', `www.binary.com`)}

+

{it.L('The Domain Name System (DNS) allows you to access a website through a user-friendly web address such as [_1], instead of a complicated IP address.', `www.binary.me`)}

{it.L('Why you should use [_1] instead of your ISP\'s default DNS service', '1.1.1.1')}

diff --git a/src/templates/landing_pages/graduate_program.jsx b/src/templates/landing_pages/graduate_program.jsx index da0aee2e5cc7a..a885180cc3ca9 100644 --- a/src/templates/landing_pages/graduate_program.jsx +++ b/src/templates/landing_pages/graduate_program.jsx @@ -16,7 +16,7 @@ const GraduateProgram = () => { meta_description={it.L('[_1] Graduate Programme', it.broker_name)} css_files={[ it.url_for('css/graduate_program.css'), - 'https://style.binary.com/binary.css', + 'https://style.binary.me/binary.css', ]} js_files={[ it.url_for('js/landing_pages/common.js'), diff --git a/src/templates/landing_pages/hackathon.jsx b/src/templates/landing_pages/hackathon.jsx index 3a3b4b72c6318..1d914d3e59e6e 100644 --- a/src/templates/landing_pages/hackathon.jsx +++ b/src/templates/landing_pages/hackathon.jsx @@ -44,7 +44,7 @@ const Hackathon = () => (

Visit our - career page + career page for more opportunities at Binary!

diff --git a/src/templates/static/_layout/footer.jsx b/src/templates/static/_layout/footer.jsx index 479640ff847b1..d62c734ae74b7 100644 --- a/src/templates/static/_layout/footer.jsx +++ b/src/templates/static/_layout/footer.jsx @@ -207,7 +207,7 @@ const Footer = () => (

- {it.L('Binary.com is an award-winning online trading provider that helps its clients to trade on financial markets through binary options and CFDs. Trading binary options and CFDs on Volatility Indices is classified as a gambling activity. Remember that gambling can be addictive – please play responsibly. Learn more about [_1]Responsible Trading[_2]. Some products are not available in all countries. This website’s services are not made available in certain countries such as the USA, Canada, Costa Rica, Hong Kong, or to persons under age 18.', ``, '')} + {it.L('[_1] is an award-winning online trading provider that helps its clients to trade on financial markets through binary options and CFDs. Trading binary options and CFDs on Volatility Indices is classified as a gambling activity. Remember that gambling can be addictive – please play responsibly. Learn more about [_2]Responsible Trading[_3]. Some products are not available in all countries. This website’s services are not made available in certain countries such as the USA, Canada, Costa Rica, Hong Kong, or to persons under age 18.', it.website_name, ``, '')}

diff --git a/src/templates/static/get_started/cfds.jsx b/src/templates/static/get_started/cfds.jsx index b187da8d45ee0..f8c8f71aadac4 100644 --- a/src/templates/static/get_started/cfds.jsx +++ b/src/templates/static/get_started/cfds.jsx @@ -37,7 +37,7 @@ const Cfds = () => ( -

{it.L('Contracts for difference (CFDs) allow you to speculate on a number of markets, including indices, shares, and commodities. At Binary.com, we offer popular cash indices, cryptocurrencies, as well as proprietary Volatility Indices that simulate market movement.')}

+

{it.L('Contracts for difference (CFDs) allow you to speculate on a number of markets, including indices, shares, and commodities. At [_1], we offer popular cash indices, cryptocurrencies, as well as proprietary Volatility Indices that simulate market movement.', it.website_name)}

@@ -144,7 +144,7 @@ const Cfds = () => (

{it.L('A Contract for Difference (CFD) is a financial derivative that allows you to profit by speculating on the rise or fall of an underlying asset. Your profit and loss is calculated through the difference in the buy and sell prices of the underlying asset.')}

-

{it.L('For example, a CFD on Binary.com\'s US 30 index offers a USD 1 per point contract. If you buy a Volume 1.0 contract for the US 30 with a current ask price of USD 20,000 and later sell it at a bid price of USD 20,010, your net profit will be calculated as follows:')}

+

{it.L('For example, a CFD on [_1]\'s US 30 index offers a USD 1 per point contract. If you buy a Volume 1.0 contract for the US 30 with a current ask price of USD 20,000 and later sell it at a bid price of USD 20,010, your net profit will be calculated as follows:', it.website_name)}

(

{it.L('The same concept applies to our cryptocurrency pairs.')}

{it.L('Let\'s compare the differences between buying and selling, using the BTC/USD as an example:')}

-

{it.L('In a nutshell, when you go long on the BTC/USD with Binary.com, you are not purchasing bitcoin directly. Instead, you\'re taking a position that the BTC/USD will rise in value whereby you will make a profit. If you go long on the BTC/USD and its value falls, then you will make a loss.')}

+

{it.L('In a nutshell, when you go long on the BTC/USD with [_1], you are not purchasing bitcoin directly. Instead, you\'re taking a position that the BTC/USD will rise in value whereby you will make a profit. If you go long on the BTC/USD and its value falls, then you will make a loss.', it.website_name)}

{it.L('Margin allows you to trade on leverage – meaning your existing capital can give you a much higher level of market exposure.')}

diff --git a/src/templates/static/legal/mam.jsx b/src/templates/static/legal/mam.jsx index 4c851980adfff..578aaf3fda28c 100644 --- a/src/templates/static/legal/mam.jsx +++ b/src/templates/static/legal/mam.jsx @@ -22,7 +22,7 @@ const MAM = () => (

{it.L('"Account" means Client Trading Account opened with Binary (V) Ltd.')}

{it.L('"Client Agreement" means the Agreement between the Client and the Company including but not limited to the Terms and Conditions, Order Execution Policy, and Slippage Policy.')}

{it.L('"Commencement Date of this Agreement" shall mean the date on which an appointment of a Money Manager is made by the Client.')}

-

{it.L('"Company" means Binary (V) Ltd, operating under the brand or trademark of Binary.com, incorporated and registered in the Republic of Vanuatu, under the International Companies Act Cap. 222 and Financial Dealers Licensing Act (Cap. 70), licensed to provide Investment services and dealing with Securities.')}

+

{it.L('"Company" means Binary (V) Ltd, operating under the brand or trademark of [_1], incorporated and registered in the Republic of Vanuatu, under the International Companies Act Cap. 222 and Financial Dealers Licensing Act (Cap. 70), licensed to provide Investment services and dealing with Securities.', it.website_name)}

{it.L('"Money Manager" means any physical person including any executor, representative, administrator or successor in law, authorised to manage the Account on behalf of the Client in accordance with this Agreement.')}

{it.L('"Orders" means any Order or Orders for any transaction, under the Client Agreement and this Multi-Account Manager (MAM) Agreement.')}

{it.L('"Transaction" means any purchase or sale of any financial Instrument including but not limited to CFDs, Rolling Spot FX, Commodities and any other securities or products may be offered by the Company to the Client, from time to time in accordance with the Client Agreement.')}

diff --git a/src/templates/static/legal/metatrader/biel.jsx b/src/templates/static/legal/metatrader/biel.jsx index 8aeae5aab17c9..77ee1a40b51da 100644 --- a/src/templates/static/legal/metatrader/biel.jsx +++ b/src/templates/static/legal/metatrader/biel.jsx @@ -46,10 +46,10 @@ const BIEL = () => (
  • {it.L('Opening an MT5 Real Account')}

    {it.L('To be able to trade OTC instruments available on the MT5 Trading Platform, you have to first:')}

      -
    1. {it.L('Open a [_1] account through our website [_2]; and', it.website_name, `www.binary.com`)}
    2. +
    3. {it.L('Open a [_1] account through our website [_2]; and', it.website_name, `www.binary.me`)}
    4. -

      {it.L('a) Access the MT5 Trading Platform through the direct link [_1] from our web interface; or', `https://www.binary.com/en/platforms.html`)}

      -

      {it.L('b) Download and install the MT5 Trading Platform through the link [_1]', `https://www.binary.com/en/user/metatrader.html`)}

      +

      {it.L('a) Access the MT5 Trading Platform through the direct link [_1] from our web interface; or', `https://www.binary.me/en/platforms.html`)}

      +

      {it.L('b) Download and install the MT5 Trading Platform through the link [_1]', `https://www.binary.me/en/user/metatrader.html`)}

  • diff --git a/src/templates/static/legal/payment_agents.jsx b/src/templates/static/legal/payment_agents.jsx index 3611ea3168f30..7628e7b90c47e 100644 --- a/src/templates/static/legal/payment_agents.jsx +++ b/src/templates/static/legal/payment_agents.jsx @@ -36,7 +36,7 @@ const PaymentAgents = () => (
  • {it.L('The Agent thereinafter, shall transfer the requested sum to the client. It is noted that these transactions fall out of the scope of this Agreement and as result the Company shall not be liable against the Agent and the client or any other person, under contract or tort law or any other applicable law, for any dispute or potential dispute arising out of or in connection with such transactions.')}
  • -
  • {it.L('The Agent shall not be authorized to offer its services, under this Agreement, to clients who reside in restricted countries outlined in our terms and conditions (as amended from time to time), which are published on our website, www.binary.com.', it.url_for('new-account'))}
  • +
  • {it.L('The Agent shall not be authorized to offer its services, under this Agreement, to clients who reside in restricted countries outlined in our terms and conditions (as amended from time to time), which are published on our website, www.binary.me.', it.url_for('new-account'))}
  • E. {it.L('Agent\'s Obligations')}

    @@ -120,7 +120,7 @@ const PaymentAgents = () => (
  • {it.L('Information outlined in Paragraph 1 of this Section shall be submitted to [_1].', 'affiliates@binary.com')}
  • {it.L('The application shall be reviewed and assessed by the Company\'s compliance and marketing departments. It is noted that the Company\'s compliance department following and implementing the Anti-Money Laundering Policy and conducting due diligence in accordance with the law and Regulations shall request and collect all required information and documentation as per Section H.')}
  • -
  • {it.L('The Company, exercising its absolute discretion, may accept or reject the Agent’s application. Where the Agent’s application is accepted, the Company shall include all relevant information including but not limited to name, address, website (if available), email address, telephone number, commission rates and payment methods used by the Agent in the Payment Agent list which is disclosed on the Company\'s website, www.binary.com.', it.url_for('new-account'))}
  • +
  • {it.L('The Company, exercising its absolute discretion, may accept or reject the Agent’s application. Where the Agent’s application is accepted, the Company shall include all relevant information including but not limited to name, address, website (if available), email address, telephone number, commission rates and payment methods used by the Agent in the Payment Agent list which is disclosed on the Company\'s website, www.binary.me.', it.url_for('new-account'))}
  • K. {it.L('Events of Default')}

    diff --git a/src/templates/static/legal/tac_sections/api.jsx b/src/templates/static/legal/tac_sections/api.jsx index be8db611366fb..1fb745ab00aa4 100644 --- a/src/templates/static/legal/tac_sections/api.jsx +++ b/src/templates/static/legal/tac_sections/api.jsx @@ -11,7 +11,7 @@ const Api = () => ( header={it.L('Definitions')} items={[ { text: it.L('"[_1] API" means the [_1] proprietary set of programmatic routines, protocols, tools and resources created and maintained by [_1] that allows you to use a registered Application to interface with the [_1] trading platform.', it.website_name) }, - { text: it.L('"Content" means any data or content from our Website or accessed via the API. Our "Website" means [_1]\'s website at www.binary.com and any other website or service owned or operated by [_1].', it.website_name) }, + { text: it.L('"Content" means any data or content from our Website or accessed via the API. Our "Website" means [_1]\'s website at www.binary.me and any other website or service owned or operated by [_1].', it.website_name) }, { text: it.L('"Third Party Provider(s)" means the third party (non-affiliated) entity that makes available features and functions through use of the [_1] API.', it.website_name) }, ]} /> diff --git a/src/templates/static/metatrader/how_to_trade_mt5/cryptocurrencies.jsx b/src/templates/static/metatrader/how_to_trade_mt5/cryptocurrencies.jsx index b056071591f40..b8f33542b2158 100644 --- a/src/templates/static/metatrader/how_to_trade_mt5/cryptocurrencies.jsx +++ b/src/templates/static/metatrader/how_to_trade_mt5/cryptocurrencies.jsx @@ -42,7 +42,7 @@ const Cryptocurrencies = () => {
    -

    {it.L('In a nutshell, when you go long on the BTC/USD with Binary.com, you are not purchasing bitcoin directly. Instead, you\'re taking a position that the BTC/USD will rise in value whereby you will make a profit. If you go long on the BTC/USD and its value falls, then you will make a loss.')}

    +

    {it.L('In a nutshell, when you go long on the BTC/USD with [_1], you are not purchasing bitcoin directly. Instead, you\'re taking a position that the BTC/USD will rise in value whereby you will make a profit. If you go long on the BTC/USD and its value falls, then you will make a loss.', it.website_name)}

    );