Copy change to better describe the function
This commit is contained in:
parent
990da61a61
commit
5305cb6785
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ module.exports = React.createClass({
|
||||||
<input type="checkbox" disabled={ cli.isGuest() }
|
<input type="checkbox" disabled={ cli.isGuest() }
|
||||||
onChange={this._onToggle.bind(this, "areNotifsMuted", true, false)}
|
onChange={this._onToggle.bind(this, "areNotifsMuted", true, false)}
|
||||||
defaultChecked={this.state.areNotifsMuted}/>
|
defaultChecked={this.state.areNotifsMuted}/>
|
||||||
Mute notifications for this room
|
'Mention only' notifications for this room
|
||||||
</label>
|
</label>
|
||||||
<div className="mx_RoomSettings_settings">
|
<div className="mx_RoomSettings_settings">
|
||||||
<h3>Who can access this room?</h3>
|
<h3>Who can access this room?</h3>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue