Communities are communities, wrap div for label alignment
This commit is contained in:
parent
bf77b51b5e
commit
982e87e01c
2 changed files with 7 additions and 3 deletions
|
@ -189,7 +189,9 @@ module.exports = React.createClass({
|
||||||
checked={this.state.groupRoom.isPublic}
|
checked={this.state.groupRoom.isPublic}
|
||||||
onClick={this._changeGroupRoomPublicity}
|
onClick={this._changeGroupRoomPublicity}
|
||||||
/>
|
/>
|
||||||
{ _t('Visible to everyone') }
|
<div className="mx_MemberInfo_label_text">
|
||||||
|
{ _t('Visible to everyone') }
|
||||||
|
</div>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
@ -199,7 +201,9 @@ module.exports = React.createClass({
|
||||||
checked={!this.state.groupRoom.isPublic}
|
checked={!this.state.groupRoom.isPublic}
|
||||||
onClick={this._changeGroupRoomPublicity}
|
onClick={this._changeGroupRoomPublicity}
|
||||||
/>
|
/>
|
||||||
{ _t('Only visible to group members') }
|
<div className="mx_MemberInfo_label_text">
|
||||||
|
{ _t('Only visible to community members') }
|
||||||
|
</div>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>;
|
</div>;
|
||||||
|
|
|
@ -506,7 +506,7 @@
|
||||||
"The visibility of '%(roomName)s' in %(groupId)s could not be updated.": "The visibility of '%(roomName)s' in %(groupId)s could not be updated.",
|
"The visibility of '%(roomName)s' in %(groupId)s could not be updated.": "The visibility of '%(roomName)s' in %(groupId)s could not be updated.",
|
||||||
"Visibility in Room List": "Visibility in Room List",
|
"Visibility in Room List": "Visibility in Room List",
|
||||||
"Visible to everyone": "Visible to everyone",
|
"Visible to everyone": "Visible to everyone",
|
||||||
"Only visible to group members": "Only visible to group members",
|
"Only visible to community members": "Only visible to community members",
|
||||||
"Filter community rooms": "Filter community rooms",
|
"Filter community rooms": "Filter community rooms",
|
||||||
"Unknown Address": "Unknown Address",
|
"Unknown Address": "Unknown Address",
|
||||||
"NOTE: Apps are not end-to-end encrypted": "NOTE: Apps are not end-to-end encrypted",
|
"NOTE: Apps are not end-to-end encrypted": "NOTE: Apps are not end-to-end encrypted",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue