Fix terminology distributed -> decentralized (#5797)
This commit is contained in:
@@ -44,7 +44,7 @@ export default class Extension extends Component {
|
||||
<p>
|
||||
<FormattedMessage
|
||||
id='extension.intro'
|
||||
defaultMessage='Parity now has an extension available for Chrome that allows safe browsing of Ethereum-enabled distributed applications. It is highly recommended that you install this extension to further enhance your Parity experience.'
|
||||
defaultMessage='Parity now has an extension available for Chrome that allows safe browsing of Ethereum-enabled decentralized applications. It is highly recommended that you install this extension to further enhance your Parity experience.'
|
||||
/>
|
||||
</p>
|
||||
<p className={ styles.buttonrow }>
|
||||
|
||||
@@ -53,7 +53,7 @@ class TabBar extends Component {
|
||||
text={
|
||||
<FormattedMessage
|
||||
id='tabBar.tooltip.overview'
|
||||
defaultMessage='navigate between the different parts and views of the application, switching between an account view, token view and distributed application view'
|
||||
defaultMessage='navigate between the different parts and views of the application, switching between an account view, token view and decentralized application view'
|
||||
/>
|
||||
}
|
||||
/>
|
||||
|
||||
@@ -97,7 +97,7 @@ class Views extends Component {
|
||||
/>,
|
||||
<FormattedMessage
|
||||
id='settings.views.apps.description'
|
||||
defaultMessage='Distributed applications that interact with the underlying network. Add applications, manage you application portfolio and interact with application from around the network.'
|
||||
defaultMessage='Decentralized applications that interact with the underlying network. Add applications, manage you application portfolio and interact with application from around the network.'
|
||||
/>
|
||||
)
|
||||
}
|
||||
@@ -130,7 +130,7 @@ class Views extends Component {
|
||||
/>,
|
||||
<FormattedMessage
|
||||
id='settings.views.signer.description'
|
||||
defaultMessage='The secure transaction management area of the application where you can approve any outgoing transactions made from the application as well as those placed into the queue by distributed applications.'
|
||||
defaultMessage='The secure transaction management area of the application where you can approve any outgoing transactions made from the application as well as those placed into the queue by decentralized applications.'
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user