{`${__(
- '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')}
/>