Merge pull request #2025 from lbryio/credit-card
Fix 722 - credit card note
This commit is contained in:
commit
2786968723
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class UserVerify extends React.PureComponent<Props> {
|
||||||
<p className="card__content">
|
<p className="card__content">
|
||||||
{`${__(
|
{`${__(
|
||||||
'If you have a valid credit or debit card, you can use it to instantly prove your humanity.'
|
'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>
|
</p>
|
||||||
<div className="card__actions">
|
<div className="card__actions">
|
||||||
{errorMessage && <p className="form-field__error">{errorMessage}</p>}
|
{errorMessage && <p className="form-field__error">{errorMessage}</p>}
|
||||||
|
|
Loading…
Reference in a new issue