diff --git a/js/src/i18n/_default/settings.js b/js/src/i18n/_default/settings.js index 7825660d2..5a656ca6a 100644 --- a/js/src/i18n/_default/settings.js +++ b/js/src/i18n/_default/settings.js @@ -57,17 +57,17 @@ export default { label: `Addressbook` }, apps: { - description: `Distributed applications that interact with the underlying network. Add applications, manage you application portfolio and interact with application from around the network.`, + description: `Distributed applications that interact with the underlying network. Add applications, manage you application portfolio and interact with applications from around the network.`, label: `Applications` }, contracts: { description: `Watch and interact with specific contracts that have been deployed on the network. This is a more technically-focused environment, specifically for advanced users that understand the inner working of certain contracts.`, label: `Contracts` }, - overview_0: `Manage the available application views, using only the parts of the application that is applicable to you.`, - overview_1: `Are you an end-user? The defaults are setups for both beginner and advanced users alike.`, - overview_2: `Are you a developer? Add some features to manage contracts are interact with application deployments.`, - overview_3: `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.`, + overview_0: `Manage the available application views, using only the parts of the application applicable to you.`, + overview_1: `Are you an end-user? The defaults are setup for both beginner and advanced users alike.`, + overview_2: `Are you a developer? Add some features to manage contracts and interact with application deployments.`, + overview_3: `Are you a miner or do you run a large-scale node? Add the features to give you all the information needed to watch the node operation.`, settings: { description: `This view. Allows you to customize the application in term of options, operation and look and feel.`, label: `Settings` diff --git a/js/src/views/Dapps/builtin.json b/js/src/views/Dapps/builtin.json index 0ee272f7a..45dccb327 100644 --- a/js/src/views/Dapps/builtin.json +++ b/js/src/views/Dapps/builtin.json @@ -49,7 +49,7 @@ "id": "0xae74ad174b95cdbd01c88ac5b73a296d33e9088fc2a200e76bcedf3a94a7815d", "url": "localtx", "name": "TxQueue Viewer", - "description": "Have a peek at the internals of your node's transaction queue.", + "description": "Have a peek at the internals of your node's transaction queue", "author": "Parity Team ", "version": "1.0.0", "visible": true, @@ -69,7 +69,7 @@ "id": "0x9042323cd85c6576992d211de34b3ecc183f15e4f639aa87859882f839c374e5", "url": "web", "name": "Browser", - "description": "A Web 2.0 hosted pseudo-dapps browser.", + "description": "A Web 2.0 hosted pseudo-dapps browser", "author": "Parity Team ", "version": "1.0.0", "visible": true, @@ -80,7 +80,7 @@ "id": "0xa635a9326814bded464190eddf0bdb90ce92d40ea2359cf553ea80e3c5a4076c", "url": "console", "name": "Parity/Web3 console", - "description": "A Javascript development console complete with web3 and parity objects.", + "description": "A Javascript development console complete with web3 and parity objects", "version": "0.3", "author": "Gav Wood ", "position": "top-right", diff --git a/js/src/views/Settings/Views/views.js b/js/src/views/Settings/Views/views.js index f18f5a19e..42a21c9ea 100644 --- a/js/src/views/Settings/Views/views.js +++ b/js/src/views/Settings/Views/views.js @@ -45,19 +45,19 @@ class Views extends Component {
@@ -75,7 +75,7 @@ class Views extends Component { />, ) } @@ -86,7 +86,7 @@ class Views extends Component { />, ) }