Verbiage
parent
3741768a3a
commit
5450e93df1
|
@ -367,7 +367,7 @@ module.exports = React.createClass({
|
||||||
var TextInputDialog = sdk.getComponent("dialogs.TextInputDialog");
|
var TextInputDialog = sdk.getComponent("dialogs.TextInputDialog");
|
||||||
Modal.createDialog(TextInputDialog, {
|
Modal.createDialog(TextInputDialog, {
|
||||||
title: "Create Room",
|
title: "Create Room",
|
||||||
description: "Name your new room, or leave it nameless",
|
description: "Room name (optional)",
|
||||||
button: "Create Room",
|
button: "Create Room",
|
||||||
onFinished: (should_create, name) => {
|
onFinished: (should_create, name) => {
|
||||||
if (should_create) {
|
if (should_create) {
|
||||||
|
|
Loading…
Reference in New Issue