Merge pull request #2025 from lbryio/credit-card

Fix 722 - credit card note
This commit is contained in:
Sean Yesmunt 2018-10-11 16:26:26 -04:00 committed by GitHub
commit 2786968723
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ class UserVerify extends React.PureComponent<Props> {
<p className="card__content">
{`${__(
'If you have a valid credit or debit card, you can use it to instantly prove your humanity.'
)} ${__('There is no charge at all for this, now or in the future.')} `}
)} ${__('LBRY does not store your credit card information. There is no charge at all for this, now or in the future.')} `}
</p>
<div className="card__actions">
{errorMessage && <p className="form-field__error">{errorMessage}</p>}