Fix "failed to create community" message
This commit is contained in:
parent
e3de8ff72f
commit
a133fd1cf4
2 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ export default React.createClass({
|
|||
// rather than displaying what the server gives us, but synapse doesn't give
|
||||
// any yet.
|
||||
createErrorNode = <div className="error">
|
||||
<div>{ _t('Room creation failed') }</div>
|
||||
<div>{ _t('Something went wrong whilst creating your community') }</div>
|
||||
<div>{ this.state.createError.message }</div>
|
||||
</div>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue