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

better text on unique background pattern #2664

Merged
merged 1 commit into from
Oct 17, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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