From 17d740533d81d12f8480a56ac5c8fcd7a16dbbd1 Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Fri, 30 Mar 2018 10:39:14 -0700 Subject: [PATCH] Tralsations --- src/assets/translations.data.json | 3 ++- src/react-components/home-root.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/assets/translations.data.json b/src/assets/translations.data.json index 043290de7..44287798d 100644 --- a/src/assets/translations.data.json +++ b/src/assets/translations.data.json @@ -44,6 +44,7 @@ "home.report_issue": "Report an Issue", "home.get_updates": "Get Updates", "home.hero_title": "A new way to get together online.", - "home.hero_subtitle": "Laugh, play, get stuff done, or just hang out." + "home.hero_subtitle": "Laugh, play, get stuff done, or just hang out.", + "home.made_with_love": "made with â¤ï¸ by " } } diff --git a/src/react-components/home-root.js b/src/react-components/home-root.js index 4a48d9c7a..844b1ccad 100644 --- a/src/react-components/home-root.js +++ b/src/react-components/home-root.js @@ -120,7 +120,8 @@ class HomeRoot extends Component { </a> </div> <div className="footer-content__links__bottom"> - made with â¤ï¸ by <span style={{ fontWeight: "bold", color: "white" }}>moz://a</span> + <FormattedMessage id="home.made_with_love" /> + <span style={{ fontWeight: "bold", color: "white" }}>moz://a</span> </div> </div> </div> -- GitLab