pull/21833/head
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>
</div> </div>
); );
const EditableText = sdk.getComponent("elements.EditableText"); const EditableText = sdk.getComponent("elements.EditableText");
nameNode = <EditableText ref="nameEditor" nameNode = <EditableText ref="nameEditor"
@ -982,7 +982,7 @@ export default React.createClass({
if (this.state.error.httpStatus === 404) { if (this.state.error.httpStatus === 404) {
return ( return (
<div className="mx_GroupView_error"> <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> </div>
); );
} else { } else {

View File

@ -687,7 +687,7 @@
"Community Name": "Community Name", "Community Name": "Community Name",
"Description": "Description", "Description": "Description",
"Community Settings": "Community Settings", "Community Settings": "Community Settings",
"Community (%groupId)s not found": "Community (%groupId)s not found", "Community %(groupId)s not found": "Community %(groupId)s not found",
"This Home server does not support communities": "This Home server does not support communities", "This Home server does not support communities": "This Home server does not support communities",
"Failed to load %(groupId)": "Failed to load %(groupId)", "Failed to load %(groupId)": "Failed to load %(groupId)",
"Reject invitation": "Reject invitation", "Reject invitation": "Reject invitation",