Use comma for list of three things
This commit is contained in:
parent
d691c891e7
commit
8dc20606c8
2 changed files with 2 additions and 2 deletions
|
@ -247,7 +247,7 @@ module.exports = React.createClass({
|
|||
</span>;
|
||||
} else {
|
||||
errorText = <span>
|
||||
{ _tJsx("Can't connect to homeserver - please check your connectivity and ensure your <a>homeserver's SSL certificate</a> is trusted and that a browser extension is not blocking requests.",
|
||||
{ _tJsx("Can't connect to homeserver - please check your connectivity, ensure your <a>homeserver's SSL certificate</a> is trusted, and that a browser extension is not blocking requests.",
|
||||
/<a>(.*?)<\/a>/,
|
||||
(sub) => { return <a href={this.state.enteredHomeserverUrl}>{ sub }</a>; }
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue