diff --git a/app/[locale]/10years/page.tsx b/app/[locale]/10years/page.tsx index 52f5af6db06..b412ac30b11 100644 --- a/app/[locale]/10years/page.tsx +++ b/app/[locale]/10years/page.tsx @@ -236,10 +236,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {

{t("page-10-year-host-event-description")}

- + {t("page-10-year-host-event-cta")} diff --git a/src/intl/en/page-10-year-anniversary.json b/src/intl/en/page-10-year-anniversary.json index c8e518cda85..9c662164ab5 100644 --- a/src/intl/en/page-10-year-anniversary.json +++ b/src/intl/en/page-10-year-anniversary.json @@ -21,9 +21,9 @@ "page-10-year-join-party-description": "Celebrate 10 years of Ethereum with the global community. Find a local event or start your own celebration.", "page-10-year-events-description-1": "Join people around the world for talks, networking, and celebrations as we mark Ethereum's tenth birthday.", "page-10-year-events-description-2": "Can't make it in person? Watch our livestream and follow updates from events worldwide, so everyone can celebrate this milestone together.", - "page-10-year-host-event-title": "Host an event", - "page-10-year-host-event-description": "Want to host an event? Limited-time grants are available to help fund your event.", - "page-10-year-host-event-cta": "Apply Now", + "page-10-year-host-event-title": "Share your event", + "page-10-year-host-event-description": "Are you hosting an event? Enter event details below to get it listed on the map.", + "page-10-year-host-event-cta": "Share event", "page-10-year-innovation-title": "10 years of", "page-10-year-innovation-subtitle": "Innovation", "page-10-year-innovation-description-1": "Ethereum transformed blockchain by introducing smart contracts",