more verification copy tweaks
Fix Grammar
This commit is contained in:
parent
c7522dc0a5
commit
2b29005d76
2 changed files with 28 additions and 24 deletions
|
@ -42,30 +42,34 @@ class UserVerify extends React.PureComponent {
|
||||||
<h3>{__("1) Proof via Credit")}</h3>
|
<h3>{__("1) Proof via Credit")}</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className="card__content">
|
<div className="card__content">
|
||||||
<p>
|
{__(
|
||||||
{__(
|
"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 instantly prove your humanity."
|
) +
|
||||||
) +
|
" " +
|
||||||
" " +
|
__("There is no charge at all for this, now or in the future.") +
|
||||||
__(
|
" "}
|
||||||
"There is no charge at all for this, now or in the future."
|
</div>
|
||||||
) +
|
<div className="card__actions">
|
||||||
" "}
|
|
||||||
<Link
|
|
||||||
href="https://lbry.io/faq/identity-requirements"
|
|
||||||
label={__("Read More")}
|
|
||||||
/>
|
|
||||||
</p>
|
|
||||||
{errorMessage &&
|
{errorMessage &&
|
||||||
<p className="form-field__error">{errorMessage}</p>}
|
<p className="form-field__error">{errorMessage}</p>}
|
||||||
<p>
|
<CardVerify
|
||||||
<CardVerify
|
label={__("Perform Card Verification")}
|
||||||
label={__("Perform Card Verification")}
|
disabled={isPending}
|
||||||
disabled={isPending}
|
token={this.onToken.bind(this)}
|
||||||
token={this.onToken.bind(this)}
|
stripeKey={lbryio.getStripeToken()}
|
||||||
stripeKey={lbryio.getStripeToken()}
|
/>
|
||||||
|
</div>
|
||||||
|
<div className="card__content">
|
||||||
|
<div className="meta">
|
||||||
|
{__(
|
||||||
|
"A $1 authorization may temporarily appear with your provider."
|
||||||
|
)}{" "}
|
||||||
|
{" "}
|
||||||
|
<Link
|
||||||
|
href="https://lbry.io/faq/identity-requirements"
|
||||||
|
label={__("Read more about why we do this.")}
|
||||||
/>
|
/>
|
||||||
</p>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section className="card card--form">
|
<section className="card card--form">
|
||||||
|
@ -75,7 +79,7 @@ class UserVerify extends React.PureComponent {
|
||||||
<div className="card__content">
|
<div className="card__content">
|
||||||
<p>
|
<p>
|
||||||
{__(
|
{__(
|
||||||
"If you have a YouTube account with published videos that you want to make available on LBRY, syncing your account will grant instant authorization."
|
"If you have a YouTube account with published videos, you can sync your account to be granted instant verification."
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -107,7 +111,7 @@ class UserVerify extends React.PureComponent {
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{__(
|
{__(
|
||||||
"This process will likely involve providing proof of a stable and established online identity of some kind."
|
"This process will likely involve providing proof of a stable and established online or real-life identity."
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -18,7 +18,7 @@ class WalletAddress extends React.PureComponent {
|
||||||
<div className="card__content">
|
<div className="card__content">
|
||||||
<p>
|
<p>
|
||||||
{__(
|
{__(
|
||||||
"Use this address to receive credits send by another user (or yourself)."
|
"Use this address to receive credits sent by another user (or yourself)."
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
<Address address={receiveAddress} />
|
<Address address={receiveAddress} />
|
||||||
|
|
Loading…
Add table
Reference in a new issue