copy changes

This commit is contained in:
Sean Yesmunt 2019-10-28 13:03:24 -04:00
parent c953c9d0a8
commit 49a49a0999
2 changed files with 2 additions and 2 deletions

View file

@ -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" />,
}}
>

View file

@ -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