From 19d3d8cd9486ae67f64dc3ed84959d3cce94d099 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Tue, 25 Feb 2020 19:39:26 +0100 Subject: [PATCH] display sign in message on following page --- src/page/subscriptions/view.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/page/subscriptions/view.js b/src/page/subscriptions/view.js index 9336b80..1270bc3 100644 --- a/src/page/subscriptions/view.js +++ b/src/page/subscriptions/view.js @@ -239,7 +239,9 @@ class SubscriptionsPage extends React.PureComponent { - {__('LBRY works better if you follow at least 5 creators you like.')} + {__( + 'LBRY works better if you follow at least 5 creators you like. Sign in to show creators you follow if you already have an account.', + )}