This commit is contained in:
Sean Yesmunt 2020-02-24 16:28:38 -05:00
parent dc82e908fb
commit 4d28b1b7ae

View file

@ -85,7 +85,7 @@ function UserEmailNew(props: Props) {
label={
<React.Fragment>
{__('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>}
</React.Fragment>
}