Additional change per @eatdostacos recommendation

This commit is contained in:
Julie Sigwart 2020-08-02 11:33:08 -07:00 committed by Sean Yesmunt
parent e1d1b572d1
commit 78784f3ab6

View file

@ -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.')}