Replace 'home.parity' with 'parity.web3.site' (#4771)
This commit is contained in:
parent
7d17d77254
commit
e128285a77
@ -51,9 +51,9 @@ export default class Proxy extends Component {
|
|||||||
<div>
|
<div>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='settings.proxy.details_0'
|
id='settings.proxy.details_0'
|
||||||
defaultMessage='Instead of accessing Parity via the IP address and port, you will be able to access it via the .parity subdomain, by visiting {homeProxy}. To setup subdomain-based routing, you need to add the relevant proxy entries to your browser,'
|
defaultMessage='Instead of accessing Parity via the IP address and port, you will be able to access it via the .web3.site subdomain, by visiting {homeProxy}. To setup subdomain-based routing, you need to add the relevant proxy entries to your browser,'
|
||||||
values={ {
|
values={ {
|
||||||
homeProxy: <span className={ layout.console }>http://home.parity/</span>
|
homeProxy: <span className={ layout.console }>http://parity.web3.site/</span>
|
||||||
} }
|
} }
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user