updated the text

pull/5370/head
lianahus 4 years ago committed by Liana Husikyan
parent 62b7b4d474
commit 719c6f3d9e
  1. 8
      apps/remix-ide/src/app.js

@ -353,15 +353,15 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
// Ask to opt in to Matomo for remix, remix-alpha and remix-beta // Ask to opt in to Matomo for remix, remix-alpha and remix-beta
//if (window.location.hostname.includes('.ethereum.org')) { //if (window.location.hostname.includes('.ethereum.org')) {
modalDialog( modalDialog(
'Help as to improve our IDE!', 'Help us to improve our IDE!',
yo`<div> yo`<div>
>p>Remix IDE uses Matomo ( https://matomo.org/ ), an open source data analytics software to improve the use of our website.</p> >p>Remix IDE uses <a href="https://matomo.org">Matomo</a>, an open source data analytics software to improve the use of our website.</p>
<p>All data collected through Matomo is stored at our own server - no data is given to third parties.</p> <p>All data collected through Matomo is stored at our own server - no data is given to third parties.</p>
<p>We do not store any personally identifiable information (PII).</p> <p>We do not store any personally identifiable information (PII).</p>
<p>You can always change your choice from Settings</p> <p>You can change your choice in the Settings panel.</p>
</div>`, </div>`,
{ {
label: "I'am in", label: "Sure",
fn: () => { fn: () => {
settings.updateMatomoAnalyticsChoice(true) settings.updateMatomoAnalyticsChoice(true)
_paq.push(['forgetUserOptOut']) _paq.push(['forgetUserOptOut'])

Loading…
Cancel
Save