From 80972527c7fc76c924b45d89eeae34a2d9a37ebc Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 24 Feb 2020 16:39:00 -0500 Subject: [PATCH] fix typo --- ui/page/settings/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.')} />