diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index e2323eada2..8f8ec84a78 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -211,7 +211,7 @@ export default React.createClass({ }); }, - _onSettingsClick: function() { + _onEditClick: function() { this.setState({ editing: true, profileForm: Object.assign({}, this.state.summary.profile), @@ -420,7 +420,7 @@ export default React.createClass({ {this._getFeaturedRoomsNode()} {this._getFeaturedUsersNode()} ; - rightButtons = + rightButtons = ; } diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index e041649906..4e40415589 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -955,5 +955,6 @@ "To join an exisitng group you'll have to know its group identifier; this will look something like +example:matrix.org.": "To join an exisitng group you'll have to know its group identifier; this will look something like +example:matrix.org.", "Featured Rooms:": "Featured Rooms:", "Error whilst fetching joined groups": "Error whilst fetching joined groups", - "Featured Users:": "Featured Users:" + "Featured Users:": "Featured Users:", + "Edit Group": "Edit Group" }