diff --git a/src/components/views/groups/GroupRoomInfo.js b/src/components/views/groups/GroupRoomInfo.js
index bc1fc51853..3f0b0067d2 100644
--- a/src/components/views/groups/GroupRoomInfo.js
+++ b/src/components/views/groups/GroupRoomInfo.js
@@ -189,7 +189,9 @@ module.exports = React.createClass({
checked={this.state.groupRoom.isPublic}
onClick={this._changeGroupRoomPublicity}
/>
- { _t('Visible to everyone') }
+
+ { _t('Visible to everyone') }
+
@@ -199,7 +201,9 @@ module.exports = React.createClass({
checked={!this.state.groupRoom.isPublic}
onClick={this._changeGroupRoomPublicity}
/>
- { _t('Only visible to group members') }
+
+ { _t('Only visible to community members') }
+
;
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 0b5fdf678d..bc2f0754a7 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -506,7 +506,7 @@
"The visibility of '%(roomName)s' in %(groupId)s could not be updated.": "The visibility of '%(roomName)s' in %(groupId)s could not be updated.",
"Visibility in Room List": "Visibility in Room List",
"Visible to everyone": "Visible to everyone",
- "Only visible to group members": "Only visible to group members",
+ "Only visible to community members": "Only visible to community members",
"Filter community rooms": "Filter community rooms",
"Unknown Address": "Unknown Address",
"NOTE: Apps are not end-to-end encrypted": "NOTE: Apps are not end-to-end encrypted",