From 5450e93df1f6197be28fd256a662211d2ebec382 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 13 Sep 2016 16:56:53 +0100 Subject: [PATCH] Verbiage --- 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 b24d93091c..e1eda409d5 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -367,7 +367,7 @@ module.exports = React.createClass({ var TextInputDialog = sdk.getComponent("dialogs.TextInputDialog"); Modal.createDialog(TextInputDialog, { title: "Create Room", - description: "Name your new room, or leave it nameless", + description: "Room name (optional)", button: "Create Room", onFinished: (should_create, name) => { if (should_create) {