From 5d896124f4e87bd72641b8362dca385c8c6014c4 Mon Sep 17 00:00:00 2001 From: liamcardenas Date: Wed, 7 Mar 2018 20:21:33 -0800 Subject: [PATCH] Improved messaging around analytics --- src/renderer/modal/modalEmailCollection/view.jsx | 9 ++++++++- src/renderer/page/auth/view.jsx | 2 +- src/renderer/page/settings/view.jsx | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/renderer/modal/modalEmailCollection/view.jsx b/src/renderer/modal/modalEmailCollection/view.jsx index a17ecf7df..8552dbc0a 100644 --- a/src/renderer/modal/modalEmailCollection/view.jsx +++ b/src/renderer/modal/modalEmailCollection/view.jsx @@ -30,7 +30,14 @@ class ModalEmailCollection extends React.PureComponent {

Can We Stay In Touch?

- {this.renderInner()} +
{this.renderInner()}
+
+
+ {`${__( + 'Your email may be used to sync usage data across devices.' + )} `} +
+
); diff --git a/src/renderer/page/auth/view.jsx b/src/renderer/page/auth/view.jsx index 423ce8597..6a7052343 100644 --- a/src/renderer/page/auth/view.jsx +++ b/src/renderer/page/auth/view.jsx @@ -68,7 +68,7 @@ export class AuthPage extends React.PureComponent {
{`${__( - 'This information is disclosed only to LBRY, Inc. and not to the LBRY network. It is only required to earn LBRY rewards.' + 'This information is disclosed only to LBRY, Inc. and not to the LBRY network. It is only required to earn LBRY rewards and may be used to sync usage data across devices.' )} `} navigate('/discover')} label={__('Return home')} />.
diff --git a/src/renderer/page/settings/view.jsx b/src/renderer/page/settings/view.jsx index d2a22db03..9dbc1a70a 100644 --- a/src/renderer/page/settings/view.jsx +++ b/src/renderer/page/settings/view.jsx @@ -308,7 +308,7 @@ class SettingsPage extends React.PureComponent { type="checkbox" onChange={this.onShareDataChange.bind(this)} defaultChecked={daemonSettings.share_usage_data} - label={__('Help make LBRY better by contributing diagnostic data about my usage')} + label={__('Help make LBRY better by contributing analytics and diagnostic data and about my usage')} />