display sign in message on following page
This commit is contained in:
parent
bcfb65ed54
commit
19d3d8cd94
1 changed files with 3 additions and 1 deletions
|
@ -239,7 +239,9 @@ class SubscriptionsPage extends React.PureComponent {
|
|||
<View style={subscriptionsStyle.suggestedSubsContainer}>
|
||||
<View style={subscriptionsStyle.infoArea}>
|
||||
<Text style={subscriptionsStyle.infoText}>
|
||||
{__('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.',
|
||||
)}
|
||||
</Text>
|
||||
</View>
|
||||
|
||||
|
|
Loading…
Reference in a new issue