diff --git a/src/views/teachers/landing/l10n.json b/src/views/teachers/landing/l10n.json index f246d466b..8c86229dc 100644 --- a/src/views/teachers/landing/l10n.json +++ b/src/views/teachers/landing/l10n.json @@ -18,8 +18,10 @@ "teacherlanding.ideasResources" : "Visit the {ideasPageLink} for additional resources from the Scratch Team", "teacherlanding.ideasLink" : "Ideas Page", "teacherlanding.connectingWithEducators" : "Connect with Other Educators", - "teacherlanding.teachingWithScratch" : "Join the Teaching with Scratch Facebook group to share ideas, questions, and resources related to teaching with Scratch.", - "teacherlanding.attendMeetups" : "Attend ScratchEd Educator Meetups to share ideas and strategies with other educators for supporting computational creativity in all its forms.", + "teacherlanding.teachingWithScratch" : "Join the {teachingWithScratchLink} Facebook group to share ideas, questions, and resources related to teaching with Scratch.", + "teacherlanding.teachingWithScratchLink" : "Teaching with Scratch", + "teacherlanding.attendMeetups" : "Attend {meetupLink} to share ideas and strategies with other educators for supporting computational creativity in all its forms.", + "teacherlanding.meetupLink" : "ScratchEd Educator Meetups", "teacherlanding.moreGetStarted" : "More Ways to Get Started", "teacherlanding.csFirst" : "Google’s free curriculum, CS First, has been used by students and educators worldwide. Over 1,000 instructional videos and lesson plans introduce students to Scratch.", "teacherlanding.codeClub" : "Visit Code Club to access more than 30 free project modules to engage students in learning to make interactive stories, games, and animations.", diff --git a/src/views/teachers/landing/landing.jsx b/src/views/teachers/landing/landing.jsx index b63315bca..a83587a7b 100644 --- a/src/views/teachers/landing/landing.jsx +++ b/src/views/teachers/landing/landing.jsx @@ -22,11 +22,16 @@ const Landing = () => (
-
-