mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
Merge pull request #5392 from zoebentley/dev-page-fix
Fixes to Developers' Page
This commit is contained in:
commit
81c59b5620
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
|
|
@ -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, 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",
|
||||||
|
|
Loading…
Reference in a new issue