add credit card note
This commit is contained in:
parent
352363056c
commit
301b0119e6
1 changed files with 1 additions and 1 deletions
|
@ -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>}
|
||||
|
|
Loading…
Reference in a new issue