Review comments

This commit is contained in:
Kegan Dougal 2017-06-08 14:45:59 +01:00
parent e3ac78bd28
commit f2efdf8a4f
4 changed files with 7 additions and 7 deletions

View file

@ -754,7 +754,7 @@ module.exports = React.createClass({
if (this.state.join_rule === "public" && aliasCount == 0) {
addressWarning =
<div className="mx_RoomSettings_warning">
{ _tJsx(
{ _tJsx(
'To link to a room it must have <a>an address</a>.',
/<a>(.*?)<\/a>/,
(sub) => <a href="#addresses">{sub}</a>