diff --git a/src/react-components/invite-dialog.js b/src/react-components/invite-dialog.js
index c1ccb19b3aeae437c8037c988d969736c9f16bf1..f28fcf7f0549fe48a9a6bf0522f8129454630918 100644
--- a/src/react-components/invite-dialog.js
+++ b/src/react-components/invite-dialog.js
@@ -28,7 +28,7 @@ export default class InviteDialog extends Component {
     this.setState({ shareButtonActive: true });
     setTimeout(() => this.setState({ shareButtonActive: false }), 5000);
 
-    navigator.share({ title: document.title, url: link });
+    navigator.share({ title: "Join me now in #hubs!", url: link });
   };
 
   copyClicked = link => {