diff --git a/src/assets/translations.data.json b/src/assets/translations.data.json
index 043290de7491a39a1d8f114be22913d915d1f06f..44287798d14a9572c1476554b636a5c0170c3731 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 4a48d9c7a71bb6bed378b32d4fa98c0c392192f2..844b1ccaddc3841d1b7373e2e084ac03bd74b8a4 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>