added learn more faq to wallet security section
This commit is contained in:
parent
2038a49256
commit
75fadb8a1d
1 changed files with 10 additions and 5 deletions
|
@ -348,11 +348,16 @@ class SettingsPage extends React.PureComponent<Props, State> {
|
|||
name="encrypt_wallet"
|
||||
onChange={e => this.onChangeEncryptWallet(e)}
|
||||
checked={walletEncrypted}
|
||||
postfix={__('Encrypt my wallet with a custom password.')}
|
||||
helper={__(
|
||||
postfix={__('Encrypt my wallet with a custom password.')}/>
|
||||
<div className="help help--padded"> {__(
|
||||
'Secure your local wallet data with a custom password. Lost passwords cannot be recovered.'
|
||||
)}
|
||||
/>
|
||||
)}{' '}
|
||||
<Button
|
||||
button="link"
|
||||
label= {__('Learn more')}
|
||||
href="https://lbry.io/faq/wallet-encryption"/>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<section className="card card--section">
|
||||
<div className="card__title">{__('Application Cache')}</div>
|
||||
|
|
Loading…
Reference in a new issue