From 9165f518a94eb7b0218326358dcabb15b6ec0667 Mon Sep 17 00:00:00 2001 From: cyalins Date: Thu, 25 Jan 2018 13:41:24 +1100 Subject: [PATCH] Improved wording of data collection --- browser/main/modals/PreferencesModal/InfoTab.js | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/browser/main/modals/PreferencesModal/InfoTab.js b/browser/main/modals/PreferencesModal/InfoTab.js index 2a1db828..a4ff1579 100644 --- a/browser/main/modals/PreferencesModal/InfoTab.js +++ b/browser/main/modals/PreferencesModal/InfoTab.js @@ -60,7 +60,8 @@ class InfoTab extends React.Component { }) } - infoMessage () { + + Message () { const { amaMessage } = this.state return amaMessage ?

{amaMessage}

: null } @@ -102,7 +103,7 @@ class InfoTab extends React.Component {
-
Info
+
About
@@ -137,17 +138,19 @@ class InfoTab extends React.Component {
-
Data collection policy
-
We collect only the number of DAU for Boostnote and **DO NOT collect** any detail information such as your note content.
+
Analytics
+
Boostnote collects anonymous data for the sole purpose of improving the application, and strictly does not collect any personal information such the contents of your notes.
You can see how it works on this.handleLinkClick(e)}>GitHub.
-
This data is only used for Boostnote improvements.
+
+
You can choose to enable or disable this option.
this.handleConfigChange(e)} checked={this.state.config.amaEnabled} ref='amaEnabled' type='checkbox' /> - Enable to send analytics to our servers
+ Enable analytics to help improve Boostnote
+
{this.infoMessage()}
)