This commit is contained in:
Sean Yesmunt 2020-08-27 16:48:00 -04:00
parent b26b143c31
commit e0914c68e3
2 changed files with 2 additions and 4 deletions

View file

@ -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}

View file

@ -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>}