mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
It's no longer a onde to one chat dialog, as you can invite multiple people
This commit is contained in:
parent
a7ea193189
commit
99dfcb4ed2
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ module.exports = React.createClass({
|
||||||
_createChat: function() {
|
_createChat: function() {
|
||||||
var ChatInviteDialog = sdk.getComponent("dialogs.ChatInviteDialog");
|
var ChatInviteDialog = sdk.getComponent("dialogs.ChatInviteDialog");
|
||||||
Modal.createDialog(ChatInviteDialog, {
|
Modal.createDialog(ChatInviteDialog, {
|
||||||
title: "Start a one to one chat",
|
title: "Start a new chat",
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue