diff --git a/ui/js/component/userVerify/view.jsx b/ui/js/component/userVerify/view.jsx index 750a91694..94c5a5f03 100644 --- a/ui/js/component/userVerify/view.jsx +++ b/ui/js/component/userVerify/view.jsx @@ -42,30 +42,34 @@ class UserVerify extends React.PureComponent {

{__("1) Proof via Credit")}

-

- {__( - "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." - ) + - " "} - -

+ {__( + "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.") + + " "} +
+
{errorMessage &&

{errorMessage}

} -

- +

+
+
+ {__( + "A $1 authorization may temporarily appear with your provider." + )}{" "} + {" "} + -

+
@@ -75,7 +79,7 @@ class UserVerify extends React.PureComponent {

{__( - "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." )}

@@ -107,7 +111,7 @@ class UserVerify extends React.PureComponent {

{__( - "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." )}

diff --git a/ui/js/component/walletAddress/view.jsx b/ui/js/component/walletAddress/view.jsx index 7b9d78f14..bdf6f81fe 100644 --- a/ui/js/component/walletAddress/view.jsx +++ b/ui/js/component/walletAddress/view.jsx @@ -18,7 +18,7 @@ class WalletAddress extends React.PureComponent {

{__( - "Use this address to receive credits send by another user (or yourself)." + "Use this address to receive credits sent by another user (or yourself)." )}