copy
This commit is contained in:
parent
b26b143c31
commit
e0914c68e3
2 changed files with 2 additions and 4 deletions
|
@ -36,7 +36,7 @@ export default function NagContinueFirstRun(props: Props) {
|
|||
return (
|
||||
<Nag
|
||||
type="helpful"
|
||||
message={__('Do you want to continue the setup process?')}
|
||||
message={__('Do you still want to find creators to follow?')}
|
||||
actionText={__('Continue')}
|
||||
onClick={handleContinue}
|
||||
onClose={onClose}
|
||||
|
|
|
@ -91,9 +91,7 @@ class UserVerify extends React.PureComponent<Props> {
|
|||
<Card
|
||||
icon={ICONS.WALLET}
|
||||
title={__('Verify via credit card')}
|
||||
subtitle={__(
|
||||
'If you have a valid credit or debit card, you can use it to instantly prove your humanity. LBRY does not store your credit card information. There is no charge at all for this, now or in the future.'
|
||||
)}
|
||||
subtitle={__('Your card information will not be stored or charged, now or in the future.')}
|
||||
actions={
|
||||
<Fragment>
|
||||
{errorMessage && <p className="error__text">{errorMessage}</p>}
|
||||
|
|
Loading…
Add table
Reference in a new issue