shorter text on sign up
This commit is contained in:
parent
417f0a853b
commit
22447aa20a
1 changed files with 2 additions and 2 deletions
|
@ -103,9 +103,9 @@ function UserEmailNew(props: Props) {
|
|||
})}
|
||||
>
|
||||
<Card
|
||||
title={__('Join %SITE_NAME%', { SITE_NAME })}
|
||||
title={__('Join')}
|
||||
// @if TARGET='app'
|
||||
subtitle={__('An account with lbry.tv allows you to earn rewards and backup your data.')}
|
||||
subtitle={__('An account allows you to earn rewards and backup your data.')}
|
||||
// @endif
|
||||
actions={
|
||||
<div className={classnames({ 'card--disabled': DOMAIN === 'lbry.tv' })}>
|
||||
|
|
Loading…
Reference in a new issue