added learn more faq to wallet security section

This commit is contained in:
YULIUS KURNIAWAN KRISTIANTO 2018-08-29 03:23:09 +07:00 committed by GitHub
parent 2038a49256
commit 75fadb8a1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -348,12 +348,17 @@ class SettingsPage extends React.PureComponent<Props, State> {
name="encrypt_wallet" name="encrypt_wallet"
onChange={e => this.onChangeEncryptWallet(e)} onChange={e => this.onChangeEncryptWallet(e)}
checked={walletEncrypted} checked={walletEncrypted}
postfix={__('Encrypt my wallet with a custom password.')} postfix={__('Encrypt my wallet with a custom password.')}/>
helper={__( <div className="help help--padded"> {__(
'Secure your local wallet data with a custom password. Lost passwords cannot be recovered.' 'Secure your local wallet data with a custom password. Lost passwords cannot be recovered.'
)} )}{' '}
/> <Button
</section> button="link"
label= {__('Learn more')}
href="https://lbry.io/faq/wallet-encryption"/>
</div>
</section>
<section className="card card--section"> <section className="card card--section">
<div className="card__title">{__('Application Cache')}</div> <div className="card__title">{__('Application Cache')}</div>
<span className="card__subtitle"> <span className="card__subtitle">