From 99dfcb4ed2c35115de5f8485b43e5cdb6de3d5c2 Mon Sep 17 00:00:00 2001 From: wmwragg Date: Tue, 13 Sep 2016 10:33:15 +0100 Subject: [PATCH] It's no longer a onde to one chat dialog, as you can invite multiple people --- src/components/structures/MatrixChat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index c83da2b8f0..696be0f7ac 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -512,7 +512,7 @@ module.exports = React.createClass({ _createChat: function() { var ChatInviteDialog = sdk.getComponent("dialogs.ChatInviteDialog"); Modal.createDialog(ChatInviteDialog, { - title: "Start a one to one chat", + title: "Start a new chat", }); },