Additional change per @eatdostacos recommendation
This commit is contained in:
parent
e1d1b572d1
commit
78784f3ab6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ const ModalFirstSubscription = (props: Props) => {
|
||||||
title={title}
|
title={title}
|
||||||
subtitle={
|
subtitle={
|
||||||
<>
|
<>
|
||||||
{__('Awesome! You just followed your first first channel.')}{' '}
|
{__('Awesome! You just followed your first channel.')}{' '}
|
||||||
{user && user.primary_email
|
{user && user.primary_email
|
||||||
? __('You will receive notifications related to new content.')
|
? __('You will receive notifications related to new content.')
|
||||||
: __('Sign in with lbry.tv to receive notifications about new content.')}
|
: __('Sign in with lbry.tv to receive notifications about new content.')}
|
||||||
|
|
Loading…
Reference in a new issue