Merge pull request #485 from matrix-org/dbkr/riot

Rebrand
This commit is contained in:
David Baker 2016-09-19 13:36:55 +01:00 committed by GitHub
commit c40a7a696e
2 changed files with 2 additions and 2 deletions

View file

@ -203,7 +203,7 @@ module.exports = React.createClass({
!this.state.enteredHomeserverUrl.startsWith("http")))
{
errorText = <span>
Can't connect to homeserver via HTTP when using a vector served by HTTPS.
Can't connect to homeserver via HTTP when using Riot served by HTTPS.
Either use HTTPS or <a href='https://www.google.com/search?&q=enable%20unsafe%20scripts'>enable unsafe scripts</a>
</span>;
}

View file

@ -75,7 +75,7 @@ module.exports = React.createClass({
if (this.props.networkUrl !== "") {
network = (
<div className="mx_AddressTile_network">
<BaseAvatar width={25} height={25} name={this.props.networkName} title="vector" url={this.props.networkUrl} />
<BaseAvatar width={25} height={25} name={this.props.networkName} title="Riot" url={this.props.networkUrl} />
</div>
);
}