diff --git a/translate/public/locale/en-US/translate.ftl b/translate/public/locale/en-US/translate.ftl index c9986d6df2..81d8a36c62 100644 --- a/translate/public/locale/en-US/translate.ftl +++ b/translate/public/locale/en-US/translate.ftl @@ -472,6 +472,15 @@ interactivetour-InteractiveTour--locales-content = localization communities. Approved translations of the current string to other languages are available in the Locales tab. +interactivetour-InteractiveTour--email-communications-title = Let’s keep in touch +interactivetour-InteractiveTour--email-communications-content = + Want to stay up to date and informed about all localization matters + at Mozilla? Enable email communications from your settings to get + the latest updates about localization at Mozilla, announcements about + new Pontoon features, invitations to contributor events and more. +interactivetour-InteractiveTour--email-communications-footer = + (Make sure that you’re logged in to access your settings.) + interactivetour-InteractiveTour--end-title = That’s (not) all, folks! interactivetour-InteractiveTour--end-content = There’s a wide variety of tools to help you with translations, diff --git a/translate/src/modules/interactivetour/components/InteractiveTour.tsx b/translate/src/modules/interactivetour/components/InteractiveTour.tsx index 5b57658b96..d18d8697f9 100644 --- a/translate/src/modules/interactivetour/components/InteractiveTour.tsx +++ b/translate/src/modules/interactivetour/components/InteractiveTour.tsx @@ -276,6 +276,30 @@ export function InteractiveTour(): React.ReactElement | null { ), action: (node) => node.querySelector('#react-tabs-6').click(), }, + { + selector: '', + content: ( +
{`Want to stay up to date and informed about all localization matters + at Mozilla? Enable email communications from your settings to get + the latest updates about localization at Mozilla, announcements about + new Pontoon features, invitations to contributor events and more.`}
+ +(Make sure that you’re logged in to access your settings.)
+