Fixed some typos (#3236)
This commit is contained in:
parent
52ea597d6f
commit
108452d082
@ -35,7 +35,7 @@ export default class Proxy extends Component {
|
|||||||
<ContainerTitle title='Proxy' />
|
<ContainerTitle title='Proxy' />
|
||||||
<div className={ layout.layout }>
|
<div className={ layout.layout }>
|
||||||
<div className={ layout.overview }>
|
<div className={ layout.overview }>
|
||||||
<div>The proxy setup allows you to access Parity and all associated decentralized applications via memororable addresses.</div>
|
<div>The proxy setup allows you to access Parity and all associated decentralized applications via memorable addresses.</div>
|
||||||
</div>
|
</div>
|
||||||
<div className={ layout.details }>
|
<div className={ layout.details }>
|
||||||
<div className={ styles.details }>
|
<div className={ styles.details }>
|
||||||
|
@ -49,7 +49,7 @@ const defaultViews = {
|
|||||||
label: 'Applications',
|
label: 'Applications',
|
||||||
route: '/apps',
|
route: '/apps',
|
||||||
value: 'app',
|
value: 'app',
|
||||||
description: 'Distributed applications that interact with the underlying network. Add applications, manage you application portfolio and interact with application from around the newtork.'
|
description: 'Distributed applications that interact with the underlying network. Add applications, manage you application portfolio and interact with application from around the network.'
|
||||||
},
|
},
|
||||||
|
|
||||||
contracts: {
|
contracts: {
|
||||||
|
@ -40,7 +40,7 @@ class Views extends Component {
|
|||||||
<div className={ layout.overview }>
|
<div className={ layout.overview }>
|
||||||
<div>Manage the available application views, using only the parts of the application that is applicable to you.</div>
|
<div>Manage the available application views, using only the parts of the application that is applicable to you.</div>
|
||||||
<div>Are you an end-user? The defaults are setups for both beginner and advanced users alike.</div>
|
<div>Are you an end-user? The defaults are setups for both beginner and advanced users alike.</div>
|
||||||
<div>Are you a developer? Add some features to manage contracts are interact with application develoyments.</div>
|
<div>Are you a developer? Add some features to manage contracts are interact with application deployments.</div>
|
||||||
<div>Are you a miner or run a large-scale node? Add the features to give you all the information needed to watch the node operation.</div>
|
<div>Are you a miner or run a large-scale node? Add the features to give you all the information needed to watch the node operation.</div>
|
||||||
</div>
|
</div>
|
||||||
<div className={ layout.details }>
|
<div className={ layout.details }>
|
||||||
|
Loading…
Reference in New Issue
Block a user