Change learn more to read more

This commit is contained in:
Liam Cardenas 2018-01-29 15:02:13 -08:00
parent 8130355b52
commit 47e4f0029a

View file

@ -86,7 +86,7 @@ class UserVerify extends React.PureComponent {
<div className="card__content">
<div className="meta">
{__('Standard messaging rates apply. Having trouble?')}{' '}
<Link href="https://lbry.io/faq/phone" label={__('Learn more.')} />
<Link href="https://lbry.io/faq/phone" label={__('Read more.')} />
</div>
</div>
</section>