From f109ceaf9612336002fae284edf29f18ba52403b Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Fri, 21 Feb 2020 16:12:11 -0500 Subject: [PATCH] add 'more' link on mobile analytics nag too --- ui/component/app/view.jsx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/ui/component/app/view.jsx b/ui/component/app/view.jsx index 427eb1c9a..3764797ab 100644 --- a/ui/component/app/view.jsx +++ b/ui/component/app/view.jsx @@ -251,9 +251,19 @@ function App(props: Props) { {/* @if TARGET='web' */} {showAnalyticsNag && ( - {isMobile ? ( + {!isMobile ? ( + ), + }} + > + lbry.tv collects usage information for itself and third parties (%more_information%). + + } actionText={__('OK')} onClick={handleAnalyticsDismiss} />