fix link
This commit is contained in:
parent
dc82e908fb
commit
4d28b1b7ae
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ function UserEmailNew(props: Props) {
|
||||||
label={
|
label={
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
{__('Share usage data with LBRY inc.')}{' '}
|
{__('Share usage data with LBRY inc.')}{' '}
|
||||||
<Button button="link" href="https://lbry.com/faq/account-sync" label={__('Learn More')} />
|
<Button button="link" href="https://lbry.com/faq/privacy-and-data" label={__('Learn More')} />
|
||||||
{!localShareUsageData && <span className="error-text"> ({__('Required')})</span>}
|
{!localShareUsageData && <span className="error-text"> ({__('Required')})</span>}
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue