This commit is contained in:
David Baker 2016-09-19 13:26:59 +01:00
parent 9be1ab774d
commit 31753fc3f3
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>;
}