diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b8f113e..ae34201ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). * 3D File viewer features and performance/memory usage improvements ([#1870](https://github.com/lbryio/lbry-desktop/pull/1870)) * Desktop notification when publish is completed ([#1892](https://github.com/lbryio/lbry-desktop/pull/1892)) * FAQ to Publishing Area ([#1833](https://github.com/lbryio/lbry-desktop/pull/1833)) - + * FAQ to wallet security area ([#1917](https://github.com/lbryio/lbry-desktop/pull/1917)) ### Changed * Upgraded LBRY Protocol to [version 0.21.2](https://github.com/lbryio/lbry/releases/tag/v0.21.2) fixing a download bug. * Searching now shows results by default, including direct lbry:// URL tile diff --git a/src/renderer/page/settings/view.jsx b/src/renderer/page/settings/view.jsx index 729ba7059..ab844c95c 100644 --- a/src/renderer/page/settings/view.jsx +++ b/src/renderer/page/settings/view.jsx @@ -349,9 +349,18 @@ class SettingsPage extends React.PureComponent { onChange={e => this.onChangeEncryptWallet(e)} checked={walletEncrypted} postfix={__('Encrypt my wallet with a custom password.')} - helper={__( - 'Secure your local wallet data with a custom password. Lost passwords cannot be recovered.' - )} + helper={ + + {__( + 'Secure your local wallet data with a custom password. Lost passwords cannot be recovered.' + )}{' '} +