Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2664 from ethcore/settings-background-text
Browse files Browse the repository at this point in the history
better text on unique background pattern
  • Loading branch information
jacogr authored Oct 17, 2016
2 parents 359de0e + 211c00b commit 1b8c2b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/src/views/Settings/Background/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ class Background extends Component {
render () {
return (
<Container>
<ContainerTitle title='background' />
<ContainerTitle title='Background Pattern' />
<div className={ layout.layout }>
<div className={ layout.overview }>
<div>Manage your unique, fingerprinted application background.</div>
<div>The background is derived from the secure token shared between the front-end and Parity, and it unique across connections. Apart from allowing you to customize the look of your UI, it also allow you to uniquely identify that you are indeed connected to a know endpoint.</div>
<p><strong>The background pattern you can see right now is unique to your Parity installation. It will change every time you create a new Signer token.</strong> This is so that decentralized applications cannot pretend to be trustworthy.</p>
<p>Pick a pattern you like and memorize it. This Pattern will always be shown from now on, unless you clear your browser's cache or use a new Signer token.</p>
</div>
<div className={ layout.details }>
<div className={ styles.bgcontainer }>
Expand Down

0 comments on commit 1b8c2b3

Please sign in to comment.