This commit is contained in:
Sean Yesmunt 2020-02-24 16:39:00 -05:00
parent 87d726863b
commit 80972527c7

View file

@ -478,7 +478,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
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.')}
/>
</>