This commit is contained in:
Luke Barnard 2017-10-19 12:03:59 +01:00
parent c3f143acc3
commit bafa2c6be0
2 changed files with 3 additions and 3 deletions

View file

@ -878,7 +878,7 @@ export default React.createClass({
</div>
</div>
);
const EditableText = sdk.getComponent("elements.EditableText");
nameNode = <EditableText ref="nameEditor"
@ -982,7 +982,7 @@ export default React.createClass({
if (this.state.error.httpStatus === 404) {
return (
<div className="mx_GroupView_error">
{ _t('Community (%groupId)s not found', {groupId: this.props.groupId}) }
{ _t('Community %(groupId)s not found', {groupId: this.props.groupId}) }
</div>
);
} else {