diff --git a/src/components/structures/RightPanel.js b/src/components/structures/RightPanel.js index aec66712f2..30142ad2f3 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 087bcb8d9b..1dc710ba9b 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",