diff --git a/src/components/views/rooms/RoomSettings.js b/src/components/views/rooms/RoomSettings.js index 54247d3587..0313f2c65c 100644 --- a/src/components/views/rooms/RoomSettings.js +++ b/src/components/views/rooms/RoomSettings.js @@ -359,7 +359,7 @@ module.exports = React.createClass({ var create_event = this.props.room.currentState.getStateEvents('m.room.create', ''); var unfederatable_section; if (create_event.getContent()["m.federate"] === false) { - unfederatable_section =
Ths room is not accessible by remote Matrix servers.
+ unfederatable_section =
Ths room is not accessible by remote Matrix servers.
} // TODO: support editing custom events_levels @@ -369,18 +369,10 @@ module.exports = React.createClass({


-
-
+
+
- { unfederatable_section } - { room_colors_section } { aliases_section } @@ -388,48 +380,50 @@ module.exports = React.createClass({

Permissions

- The default level for new room members is + The default role for new room members is
- To send messages, you must be a + To send messages, you must be a
- To invite users into the room, you must be a + To invite users into the room, you must be a
- To configure the room (set room state), you must be a + To configure the room, you must be a
- To kick users, you must be a + To kick users, you must be a
- To ban users, you must be a + To ban users, you must be a
- To redact messages, you must be a + To redact messages, you must be a
{Object.keys(events_levels).map(function(event_type, i) { return (
- To send events of type { event_type }, you must be a + To send events of type { event_type }, you must be a
); })} + + { unfederatable_section }

Users

- You are a + Your role in this room is currently .
{ user_levels_section }