mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
Verbiage
This commit is contained in:
parent
3741768a3a
commit
5450e93df1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user