From e5df06b2ab64f2ac66e81ba1d0c31799fb79d45f Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Thu, 19 Oct 2017 15:07:22 +0100 Subject: [PATCH] Groups->Communities --- src/components/structures/RightPanel.js | 4 ++-- src/i18n/strings/en_EN.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/structures/RightPanel.js b/src/components/structures/RightPanel.js index aec66712f..30142ad2f 100644 --- a/src/components/structures/RightPanel.js +++ b/src/components/structures/RightPanel.js @@ -323,14 +323,14 @@ module.exports = React.createClass({
-
{ _t('Invite to this group') }
+
{ _t('Invite to this community') }
) : (
-
{ _t('Add rooms to this group') }
+
{ _t('Add rooms to this community') }
); } diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 087bcb8d9..1dc710ba9 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -158,8 +158,8 @@ "Notifications": "Notifications", "Rooms": "Rooms", "Hide panel": "Hide panel", - "Invite to this group": "Invite to this group", - "Add rooms to this group": "Add rooms to this group", + "Invite to this community": "Invite to this community", + "Add rooms to this community": "Add rooms to this community", "Failed to get protocol list from Home Server": "Failed to get protocol list from Home Server", "The Home Server may be too old to support third party networks": "The Home Server may be too old to support third party networks", "Failed to get public room list": "Failed to get public room list",