You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Verbiage
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user