Adding better deafults and ErrorDialog message

This commit is contained in:
wmwragg 2016-09-05 14:29:21 +01:00
parent 3d66dff0aa
commit d9c6448a0f
2 changed files with 8 additions and 5 deletions

View file

@ -513,8 +513,6 @@ module.exports = React.createClass({
var ChatInviteDialog = sdk.getComponent("dialogs.ChatInviteDialog");
Modal.createDialog(ChatInviteDialog, {
title: "Start a one to one chat",
description: "Who would you like to communicate with?",
placeholder: "User ID, Name or email",
});
},