diff --git a/src/react-components/create-object-dialog.js b/src/react-components/create-object-dialog.js index e67bb52cf1010176cc083054275afcfca44737d7..f450f6f478e0907e8ebebcbde204be52260c5b1b 100644 --- a/src/react-components/create-object-dialog.js +++ b/src/react-components/create-object-dialog.js @@ -55,7 +55,7 @@ export default class CreateObjectDialog extends Component { Tip: You can paste directly into Hubs using Ctrl+V </div> ) : ( - <div /> + <div>Paste a URL from the web to create an object in the room.</div> )} <form onSubmit={this.onCreateClicked}>