diff --git a/src/components/MeetupList.js b/src/components/MeetupList.js
index 3c4b83f08c3..144bbd15ac8 100644
--- a/src/components/MeetupList.js
+++ b/src/components/MeetupList.js
@@ -6,6 +6,7 @@ import styled from "styled-components"
import Emoji from "./Emoji"
import InfoBanner from "./InfoBanner"
import Link from "./Link"
+import Translation from "../components/Translation"
// Data
import meetups from "../data/community-meetups.json"
@@ -120,9 +121,9 @@ const MeetupList = () => {
))
) : (
- We don't have any meetups matching this search. Know of one?{" "}
+ {" "}
- Please add it to this page!
+
)}
diff --git a/src/components/UpcomingEventsList.js b/src/components/UpcomingEventsList.js
index 0c13c52e6de..015a51e832a 100644
--- a/src/components/UpcomingEventsList.js
+++ b/src/components/UpcomingEventsList.js
@@ -6,6 +6,7 @@ import styled from "styled-components"
import EventCard from "../components/EventCard"
import InfoBanner from "../components/InfoBanner"
import Link from "../components/Link"
+import Translation from "../components/Translation"
// Data
import events from "../data/community-events.json"
@@ -68,10 +69,9 @@ const UpcomingEventsList = () => {
if (orderedUpcomingEvents?.length === 0) {
return (
- {" "}
- We're not aware of any upcoming events. Know of one?{" "}
+ {" "}
- Please add it to this page!
+
)
diff --git a/src/intl/en/page-community.json b/src/intl/en/page-community.json
index 967e673ac46..41f670b763c 100644
--- a/src/intl/en/page-community.json
+++ b/src/intl/en/page-community.json
@@ -28,16 +28,19 @@
"page-community-hero-header": "Welcome to the Ethereum community hub",
"page-community-hero-subtitle": "The Ethereum community is home to hundreds of thousands of developers, technologists, designers, users, HODLers and enthusiasts.",
"page-community-hero-title": "Join the community",
+ "page-community-meetuplist-no-meetups": "We don't have any meetups matching this search. Know of one?",
"page-community-meta-title": "Community Hub",
"page-community-meta-description": "Community homepage description",
"page-community-open-source": "Creator? Builder? Get paid for your work.",
"page-community-open-source-description": "Are you building on Ethereum, or do you want to? Companies are hiring for thousands of technical and non-technical roles. Got an idea of your own? Try finding a grant to get your project off the ground.",
"page-community-open-source-image-alt": "Get paid for your work",
+ "page-community-please-add-to-page": "Please add it to this page!",
"page-community-support": "Ethereum support",
"page-community-support-alt": "Support",
"page-community-support-button": "Get support",
"page-community-support-description": "Need support? There is no official Ethereum support, but hundreds of helpful communities are available to help you prosper on Ethereum.",
"page-community-try-ethereum": "Try Ethereum for yourself",
+ "page-community-upcoming-events-no-events": "We're not aware of any upcoming events. Know of one?",
"page-community-why-get-involved-title": "Why get involved?",
"page-community-why-get-involved-card-1-title": "Find your tribe",
"page-community-why-get-involved-card-1-description": "There is a tribe for everyone. Find and connect with like minded individuals to discuss, ponder, and celebrate Ethereum together.",