mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-18 10:51:54 +02: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
@ -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…
x
Reference in New Issue
Block a user