From 13f7a5730347666a5c532a0057491b7cc0f2b79e Mon Sep 17 00:00:00 2001
From: Greg Fodor <gfodor@gmail.com>
Date: Sat, 28 Jul 2018 01:06:00 +0000
Subject: [PATCH] Fix copy

---
 src/react-components/create-object-dialog.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/react-components/create-object-dialog.js b/src/react-components/create-object-dialog.js
index e67bb52cf..f450f6f47 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}>
-- 
GitLab