mirror of https://github.com/vector-im/riot-web
Fix typo
parent
c3f143acc3
commit
bafa2c6be0
|
@ -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 {
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue