diff --git a/src/assets/translations.data.json b/src/assets/translations.data.json
index 42ee4cb9f365f0ae34ab0d38b2fe614d9040c40b..a171d6f416bf35804882c1e567815cffedb51367 100644
--- a/src/assets/translations.data.json
+++ b/src/assets/translations.data.json
@@ -45,7 +45,7 @@
     "home.webvr_disclaimer_post": " experiment by ",
     "home.webvr_disclaimer_mr_team": "Mozilla Mixed Reality",
     "home.view_source": "View Source",
-    "home.join_on_slack": "Join us on Slack",
+    "home.join_us": "Join the Conversation",
     "home.report_issue": "Report an Issue",
     "home.get_updates": "Get Updates",
     "home.hero_title": "A new way to get together online.",
diff --git a/src/react-components/home-root.js b/src/react-components/home-root.js
index ae7c34a859bc19baceea313d7130b374ba9b8c9e..cf9a1d34e7f21fa393a68f005e338c2ffd678dfc 100644
--- a/src/react-components/home-root.js
+++ b/src/react-components/home-root.js
@@ -97,7 +97,7 @@ class HomeRoot extends Component {
     switch (this.state.dialogType) {
       // TODO i18n, FormattedMessage doesn't play nicely with links
       case "slack":
-        dialogTitle = "Join us on Slack";
+        dialogTitle = "Get in Touch";
         dialogBody = (
           <span>
             Want to join the conversation?
@@ -106,7 +106,12 @@ class HomeRoot extends Component {
             <a href="http://webvr-slack.herokuapp.com/" target="_blank" rel="noopener noreferrer">
               WebVR Slack
             </a>{" "}
-            in the #social channel.
+            in the #social channel.<br />VR meetups every Friday at noon PST!
+            <p /> Or, tweet at{" "}
+            <a href="https://twitter.com/mozillareality" target="_blank" rel="noopener noreferrer">
+              @mozillareality
+            </a>{" "}
+            on Twitter.
           </span>
         );
         break;
@@ -238,7 +243,7 @@ class HomeRoot extends Component {
                     href="#"
                     onClick={this.showDialog("slack")}
                   >
-                    <FormattedMessage id="home.join_on_slack" />
+                    <FormattedMessage id="home.join_us" />
                   </a>
                   <a
                     className="footer-content__links__link"