diff --git a/src/components/views/rooms/RoomSettings.js b/src/components/views/rooms/RoomSettings.js index 07751ee4da..808e703b52 100644 --- a/src/components/views/rooms/RoomSettings.js +++ b/src/components/views/rooms/RoomSettings.js @@ -482,7 +482,7 @@ module.exports = React.createClass({ remote_aliases_section =
- This room can be found elsewhere as: + Remote addresses for this room:
{ remote_domains.map(function(state_key, i) { @@ -513,7 +513,7 @@ module.exports = React.createClass({ return }); })} - + } else { @@ -522,11 +522,12 @@ module.exports = React.createClass({ var aliases_section =
-

Directory

+

Addresses

+
The main address for this room is: { canonical_alias_section }
{ this.state.aliases[domain].length - ? "This room can be found on " + domain + " as:" - : "This room is not findable on " + domain } + ? "Local addresses for this room:" + : "This room has no local addresses" }
{ this.state.aliases[domain].map(function(alias, i) { @@ -539,7 +540,7 @@ module.exports = React.createClass({ The official way to refer to this room is: { canonical_alias_section }
; var room_colors_section = @@ -676,23 +676,23 @@ module.exports = React.createClass({ // FIXME: disable guests_read if the user hasn't turned on shared history return (
-
-
-
-
- { tags_section } +
+ + + + + + +
+ + { room_colors_section } { aliases_section } -

Notifications

-
- -
-

Permissions

@@ -736,7 +736,7 @@ module.exports = React.createClass({ { unfederatable_section }
-

Users

+

Privileged Users

Your role in this room is currently .