CSS for Modifying GroupView UI matrix-org/matrix-react-sdk#1475
This commit is contained in:
parent
bbcf46bb69
commit
2cefa58d5d
3 changed files with 52 additions and 6 deletions
|
@ -330,7 +330,7 @@ module.exports = React.createClass({
|
|||
<div className="mx_RightPanel_icon" >
|
||||
<TintableSvg src="img/icons-room-add.svg" width="35" height="35" />
|
||||
</div>
|
||||
<div className="mx_RightPanel_message">{ _t('Add room to this group') }</div>
|
||||
<div className="mx_RightPanel_message">{ _t('Add rooms to this group') }</div>
|
||||
</AccessibleButton>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue