forked from matrix/element-web
Merge pull request #5343 from vector-im/luke/groups-are-communities
Groups->Communities
This commit is contained in:
commit
acb678afbd
|
@ -323,14 +323,14 @@ module.exports = React.createClass({
|
||||||
<div className="mx_RightPanel_icon" >
|
<div className="mx_RightPanel_icon" >
|
||||||
<TintableSvg src="img/icon-invite-people.svg" width="35" height="35" />
|
<TintableSvg src="img/icon-invite-people.svg" width="35" height="35" />
|
||||||
</div>
|
</div>
|
||||||
<div className="mx_RightPanel_message">{ _t('Invite to this group') }</div>
|
<div className="mx_RightPanel_message">{ _t('Invite to this community') }</div>
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
) : (
|
) : (
|
||||||
<AccessibleButton className="mx_RightPanel_invite" onClick={ this.onInviteButtonClick } >
|
<AccessibleButton className="mx_RightPanel_invite" onClick={ this.onInviteButtonClick } >
|
||||||
<div className="mx_RightPanel_icon" >
|
<div className="mx_RightPanel_icon" >
|
||||||
<TintableSvg src="img/icons-room-add.svg" width="35" height="35" />
|
<TintableSvg src="img/icons-room-add.svg" width="35" height="35" />
|
||||||
</div>
|
</div>
|
||||||
<div className="mx_RightPanel_message">{ _t('Add rooms to this group') }</div>
|
<div className="mx_RightPanel_message">{ _t('Add rooms to this community') }</div>
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -158,8 +158,8 @@
|
||||||
"Notifications": "Notifications",
|
"Notifications": "Notifications",
|
||||||
"Rooms": "Rooms",
|
"Rooms": "Rooms",
|
||||||
"Hide panel": "Hide panel",
|
"Hide panel": "Hide panel",
|
||||||
"Invite to this group": "Invite to this group",
|
"Invite to this community": "Invite to this community",
|
||||||
"Add rooms to this group": "Add rooms to this group",
|
"Add rooms to this community": "Add rooms to this community",
|
||||||
"Failed to get protocol list from Home Server": "Failed to get protocol list from Home Server",
|
"Failed to get protocol list from Home Server": "Failed to get protocol list from Home Server",
|
||||||
"The Home Server may be too old to support third party networks": "The Home Server may be too old to support third party networks",
|
"The Home Server may be too old to support third party networks": "The Home Server may be too old to support third party networks",
|
||||||
"Failed to get public room list": "Failed to get public room list",
|
"Failed to get public room list": "Failed to get public room list",
|
||||||
|
|
Loading…
Reference in New Issue