diff --git a/apps/remix-ide/src/app.js b/apps/remix-ide/src/app.js index 9dbf49cb65..c5a3794ec0 100644 --- a/apps/remix-ide/src/app.js +++ b/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 //if (window.location.hostname.includes('.ethereum.org')) { modalDialog( - 'Help as to improve our IDE!', + 'Help us to improve our IDE!', yo`
- >p>Remix IDE uses Matomo ( https://matomo.org/ ), an open source data analytics software to improve the use of our website.

+ >p>Remix IDE uses Matomo, an open source data analytics software to improve the use of our website.

All data collected through Matomo is stored at our own server - no data is given to third parties.

We do not store any personally identifiable information (PII).

-

You can always change your choice from Settings

+

You can change your choice in the Settings panel.

`, { - label: "I'am in", + label: "Sure", fn: () => { settings.updateMatomoAnalyticsChoice(true) _paq.push(['forgetUserOptOut'])