Skip to content

Commit

Permalink
update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Yesmunt committed Aug 29, 2018
1 parent 6f91908 commit 2d52a7c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
24 changes: 15 additions & 9 deletions src/renderer/page/settings/view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -349,15 +349,21 @@ class SettingsPage extends React.PureComponent<Props, State> {
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.'
)}/>
<Button
button="link"
label= {__('Learn more')}
href="https://lbry.io/faq/wallet-encryption"
/>
</section>
helper={
<React.Fragment>
{__(
'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"
/>.
</React.Fragment>
}
/>
</section>

<section className="card card--section">
<div className="card__title">{__('Application Cache')}</div>
<span className="card__subtitle">
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5655,9 +5655,9 @@ lazy-val@^1.0.3:
version "1.0.3"
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"
resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/ccda4117ee503e30abae355c77d3783a141e9492"
resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/feffbe966fc568cef595ab66b314766261e855df"
dependencies:
proxy-polyfill "0.1.6"
reselect "^3.0.0"
Expand Down

0 comments on commit 2d52a7c

Please sign in to comment.