CSS for Modifying GroupView UI matrix-org/matrix-react-sdk#1475

This commit is contained in:
Luke Barnard 2017-10-16 11:44:38 +01:00
parent bbcf46bb69
commit 2cefa58d5d
3 changed files with 52 additions and 6 deletions

View file

@ -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>
);
}