From bafa2c6be07f6531be4c92f60d659b896e265dbc Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Thu, 19 Oct 2017 12:03:59 +0100 Subject: [PATCH] Fix typo --- src/components/structures/GroupView.js | 4 ++-- src/i18n/strings/en_EN.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index 6ce39a3716..53ad937cbb 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -878,7 +878,7 @@ export default React.createClass({ ); - + const EditableText = sdk.getComponent("elements.EditableText"); nameNode = - { _t('Community (%groupId)s not found', {groupId: this.props.groupId}) } + { _t('Community %(groupId)s not found', {groupId: this.props.groupId}) } ); } else { diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 699f78cf9c..4c8cc05d56 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -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",