more verification copy tweaks

Fix Grammar
This commit is contained in:
Jeremy Kauffman 2017-08-29 18:17:54 -04:00
parent c7522dc0a5
commit 2b29005d76
2 changed files with 28 additions and 24 deletions

View file

@ -42,30 +42,34 @@ class UserVerify extends React.PureComponent {
<h3>{__("1) Proof via Credit")}</h3>
</div>
<div className="card__content">
<p>
{__(
"If you have a valid credit or debit card, you can 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."
) +
__("There is no charge at all for this, now or in the future.") +
" "}
<Link
href="https://lbry.io/faq/identity-requirements"
label={__("Read More")}
/>
</p>
</div>
<div className="card__actions">
{errorMessage &&
<p className="form-field__error">{errorMessage}</p>}
<p>
<CardVerify
label={__("Perform Card Verification")}
disabled={isPending}
token={this.onToken.bind(this)}
stripeKey={lbryio.getStripeToken()}
/>
</p>
</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.")}
/>
</div>
</div>
</section>
<section className="card card--form">
@ -75,7 +79,7 @@ class UserVerify extends React.PureComponent {
<div className="card__content">
<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>
</div>
@ -107,7 +111,7 @@ class UserVerify extends React.PureComponent {
</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>
</div>

View file

@ -18,7 +18,7 @@ class WalletAddress extends React.PureComponent {
<div className="card__content">
<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>
<Address address={receiveAddress} />