diff --git a/ui/page/settings/view.jsx b/ui/page/settings/view.jsx index dd0d79003..23af930ac 100644 --- a/ui/page/settings/view.jsx +++ b/ui/page/settings/view.jsx @@ -478,7 +478,7 @@ class SettingsPage extends React.PureComponent { name="share_third_party" onChange={e => toggle3PAnalytics(e.target.checked)} checked={allowAnalytics} - label={__('Allow the App to access third party analytics platforms')} + label={__('Allow the app to access third party analytics platforms')} helper={__('We use detailed analytics to improve all aspects of the LBRY experience.')} />