From 76279e29409093c5600a9bbb4a7f783135404376 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 20 Jan 2016 16:39:26 +0000 Subject: [PATCH] fix roomsettings a bit --- src/components/views/rooms/RoomSettings.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/views/rooms/RoomSettings.js b/src/components/views/rooms/RoomSettings.js index 808e703b52..3a444707a9 100644 --- a/src/components/views/rooms/RoomSettings.js +++ b/src/components/views/rooms/RoomSettings.js @@ -295,8 +295,8 @@ module.exports = React.createClass({ else { var ErrorDialog = sdk.getComponent("dialogs.ErrorDialog"); Modal.createDialog(ErrorDialog, { - title: "Invalid alias format", - description: "'" + alias + "' is not a valid format for an alias", + title: "Invalid address format", + description: "'" + alias + "' is not a valid format for an address", }); } }, @@ -533,7 +533,8 @@ module.exports = React.createClass({ { this.state.aliases[domain].map(function(alias, i) { var deleteButton; if (can_set_room_aliases) { - deleteButton = Delete; + deleteButton = Delete; } return (
@@ -561,7 +562,8 @@ module.exports = React.createClass({ blurToCancel={ false } onValueChanged={ self.onAliasAdded } />
- Add + Add
@@ -659,7 +661,7 @@ module.exports = React.createClass({ var tags_section =
- This room is tagged as + Tagged as: { can_set_tag ? tags.map(function(tag, i) { return (