From 1cd79fc918b1b993318f649abaf03c434cb2aa6e Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 17 Jul 2017 17:17:18 +0100 Subject: [PATCH] Rename group settings to 'Edit Group' --- src/components/structures/GroupView.js | 4 ++-- src/i18n/strings/en_EN.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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" }