make non-member inviter name also bold
This commit is contained in:
parent
86620839ae
commit
1100320351
2 changed files with 4 additions and 1 deletions
|
@ -337,7 +337,7 @@ module.exports = React.createClass({
|
|||
</a>
|
||||
);
|
||||
} else {
|
||||
inviterElement = this.props.inviterName;
|
||||
inviterElement = (<span className="mx_RoomPreviewBar_inviter">{this.props.inviterName}</span>);
|
||||
}
|
||||
|
||||
title = _t("Do you want to join this room?");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue