Changed invite phrases in context menu and invite dialog
This commit is contained in:
parent
b2a72565d3
commit
70e0b77fc4
3 changed files with 6 additions and 2 deletions
|
@ -496,7 +496,7 @@ export default class RoomTile extends React.PureComponent<IProps, IState> {
|
|||
{canInvite ? (
|
||||
<IconizedContextMenuOption
|
||||
onClick={this.onInviteClick}
|
||||
label={_t("Invite to this room")}
|
||||
label={_t("Invite People")}
|
||||
iconClassName="mx_RoomTile_iconInvite"
|
||||
/>
|
||||
) : null}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue