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')} />