Fix typo
This commit is contained in:
parent
c3f143acc3
commit
bafa2c6be0
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
|
@ -687,7 +687,7 @@
|
|||
"Community Name": "Community Name",
|
||||
"Description": "Description",
|
||||
"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",
|
||||
"Failed to load %(groupId)": "Failed to load %(groupId)",
|
||||
"Reject invitation": "Reject invitation",
|
||||
|
|
Loading…
Reference in a new issue