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

Fixes to Developers' Page
This commit is contained in:
Sarah Otts 2021-05-12 16:57:19 -04:00 committed by GitHub
commit 81c59b5620
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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>
) )
}} }}

View file

@ -1,7 +1,7 @@
{ {
"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, youll 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, youll 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",