diff --git a/src/views/developers/developers.jsx b/src/views/developers/developers.jsx index 86bf79290..7c9035a59 100644 --- a/src/views/developers/developers.jsx +++ b/src/views/developers/developers.jsx @@ -64,7 +64,7 @@ var Developers = React.createClass({
-

Projects

+

@@ -94,13 +94,7 @@ var Developers = React.createClass({

ScratchJr

- ScratchJr is an introductory programming language{' '} - that enables young children (ages 5-7) to create{' '} - their own interactive stories and games. For more{' '} - information, visit the{' '} - ScratchJr website{' '} - or access the code and documentation{' '} - here. +

diff --git a/src/views/developers/l10n.json b/src/views/developers/l10n.json index 4986dfb33..64ed35e1b 100644 --- a/src/views/developers/l10n.json +++ b/src/views/developers/l10n.json @@ -14,6 +14,7 @@ "developers.wwwTitle": "Scratch WWW", "developers.wwwIntro": "Scratch-www is a standalone web client for the Scratch Community, built using React and Redux. Access the code and documentation through Github here.", "developers.principlesIntro": "We created Scratch to empower young people to think creatively, reason systematically, and work collaboratively. We are guided by a set of Learning Principles and Design Principles that we hope you will follow as you develop new tools and technologies with Scratch Blocks.", + "developers.jrBody": "ScratchJr is an introductory programming language that enables young children (ages 5-7) to create their own interactive stories and games. For more information, visit the ScratchJr website or access the code and documentation on GitHub.", "developers.learningPrinciplesTitle": "Learning Principles", "developers.learningPrinciplesProjectsBody": "People learn best when they are actively working on projects — generating new ideas, designing prototypes, making improvements and creating final products.", "developers.learningPrinciplesPassionTitle": "Passion",