update formatting
This commit is contained in:
parent
6f91908005
commit
edf8cd65e5
2 changed files with 16 additions and 11 deletions
|
@ -349,15 +349,20 @@ class SettingsPage extends React.PureComponent<Props, State> {
|
||||||
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={__(
|
helper={
|
||||||
'Secure your local wallet data with a custom password. Lost passwords cannot be recovered.'
|
<React.Fragment>
|
||||||
)}/>
|
{__(
|
||||||
<Button
|
'Secure your local wallet data with a custom password. Lost passwords cannot be recovered.'
|
||||||
button="link"
|
)}{' '}
|
||||||
label= {__('Learn more')}
|
<Button
|
||||||
href="https://lbry.io/faq/wallet-encryption"
|
button="link"
|
||||||
/>
|
label={__('Learn more')}
|
||||||
</section>
|
href="https://lbry.io/faq/wallet-encryption"
|
||||||
|
/>.
|
||||||
|
</React.Fragment>
|
||||||
|
}
|
||||||
|
/>
|
||||||
|
</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">
|
||||||
|
|
|
@ -5655,9 +5655,9 @@ lazy-val@^1.0.3:
|
||||||
version "1.0.3"
|
version "1.0.3"
|
||||||
resolved "https://registry.yarnpkg.com/lazy-val/-/lazy-val-1.0.3.tgz#bb97b200ef00801d94c317e29dc6ed39e31c5edc"
|
resolved "https://registry.yarnpkg.com/lazy-val/-/lazy-val-1.0.3.tgz#bb97b200ef00801d94c317e29dc6ed39e31c5edc"
|
||||||
|
|
||||||
lbry-redux@lbryio/lbry-redux#ccda4117ee503e30abae355c77d3783a141e9492:
|
lbry-redux@lbryio/lbry-redux#feffbe966fc568cef595ab66b314766261e855df:
|
||||||
version "0.0.1"
|
version "0.0.1"
|
||||||
resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/ccda4117ee503e30abae355c77d3783a141e9492"
|
resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/feffbe966fc568cef595ab66b314766261e855df"
|
||||||
dependencies:
|
dependencies:
|
||||||
proxy-polyfill "0.1.6"
|
proxy-polyfill "0.1.6"
|
||||||
reselect "^3.0.0"
|
reselect "^3.0.0"
|
||||||
|
|
Loading…
Reference in a new issue