copy changes
This commit is contained in:
parent
c953c9d0a8
commit
49a49a0999
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ function SyncPassword(props: Props) {
|
|||
<p className="help">
|
||||
<I18nMessage
|
||||
tokens={{
|
||||
help: <Button button="link" label={__('Help Guide')} />,
|
||||
help: <Button button="link" label={__('help guide')} href="https://lbry.com/faq/account-sync" />,
|
||||
email: <Button button="link" label={'help@lbry.com'} href="mailto:help@lbry.com" />,
|
||||
}}
|
||||
>
|
||||
|
|
|
@ -29,7 +29,7 @@ function UserEmailNew(props: Props) {
|
|||
|
||||
return (
|
||||
<React.Fragment>
|
||||
<h1 className="section__title--large">{__('Sign In To LBRY')}</h1>
|
||||
<h1 className="section__title--large">{__('Sign In to LBRY')}</h1>
|
||||
<p className="section__subtitle">{__('Create a new account or sign in.')}</p>
|
||||
<Form onSubmit={handleSubmit} className="section__body">
|
||||
<FormField
|
||||
|
|
Loading…
Reference in a new issue