This commit is contained in:
David Baker 2016-09-13 16:56:53 +01:00
parent 3741768a3a
commit 5450e93df1

View File

@ -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) {