Unbranded error messages

This commit is contained in:
Daniel Dent 2016-12-21 14:25:46 -08:00
parent 4804fb3a1c
commit 7c841a86ef
4 changed files with 4 additions and 4 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 Riot served by HTTPS.
Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar.
Either use HTTPS or <a href='https://www.google.com/search?&q=enable%20unsafe%20scripts'>enable unsafe scripts</a>
</span>;
}