From 10cb30108ca31bba738be5c31f5fcaaacba2afcd Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Tue, 17 Apr 2018 15:10:23 -0700 Subject: [PATCH] Copy changes --- src/assets/translations.data.json | 2 +- src/react-components/home-root.js | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/assets/translations.data.json b/src/assets/translations.data.json index 42ee4cb9f..a171d6f41 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 ae7c34a85..cf9a1d34e 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" -- GitLab