Unverified Commit 81c59b56 authored by Sarah Otts's avatar Sarah Otts Committed by GitHub

Merge pull request #5392 from zoebentley/dev-page-fix

Fixes to Developers' Page
parents 8827fca1 bf55d26e
...@@ -364,8 +364,8 @@ const Developers = () => ( ...@@ -364,8 +364,8 @@ const Developers = () => (
<a href="https://github.com/LLK/">GitHub</a> <a href="https://github.com/LLK/">GitHub</a>
), ),
contactUsLink: ( contactUsLink: (
<a href="https://scratch.mit.edu/contact-us/"> <a href="/contact-us">
<FormattedMessage id="general.contactUs" /> Contact Us
</a> </a>
) )
}} }}
......
{ {
"developers.hereLinkText": "here", "developers.hereLinkText": "here",
"developers.title": "Scratch for Developers", "developers.title": "Scratch for Developers",
"developers.introLinkText": "Scratch Team at MIT", "developers.introLinkText": "Scratch Team",
"developers.intro": "On this page, you’ll find information about open source projects created and maintained by the {introLink}, as well as our thoughts on best practices for designing learning experiences for children.", "developers.intro": "On this page, you’ll find information about open source projects created and maintained by the {introLink}, as well as our thoughts on best practices for designing learning experiences for children.",
"developers.projectsTitle": "Projects", "developers.projectsTitle": "Projects",
"developers.principlesTitle": "Principles", "developers.principlesTitle": "Principles",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment