From 4d2f9d7a05784ddeffce4edd9d05ad5a1ee7d288 Mon Sep 17 00:00:00 2001 From: Andrew Sliwinski Date: Wed, 20 Jul 2016 17:53:02 -0400 Subject: [PATCH 1/2] Educator page language adjustments as per feedback. Resolves GH-734 --- src/views/teachers/landing/l10n.json | 7 +++--- src/views/teachers/landing/landing.jsx | 32 +++++++++++++------------- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/src/views/teachers/landing/l10n.json b/src/views/teachers/landing/l10n.json index 8e8ac23b1..011e3370f 100644 --- a/src/views/teachers/landing/l10n.json +++ b/src/views/teachers/landing/l10n.json @@ -1,15 +1,16 @@ { "teacherlanding.title": "Scratch for Educators", "teacherlanding.intro": "Your students can use Scratch to code their own interactive stories, animations, and games. In the process, they learn to think creatively, reason systematically, and work collaboratively — essential skills for everyone in today’s society.", - "teacherlanding.inPracticeAnchor": "In Practice", + "teacherlanding.inPracticeAnchor": "Who Uses Scratch?", "teacherlanding.resourcesAnchor": "Resources", "teacherlanding.inPracticeTitle": "Who Uses Scratch?", "teacherlanding.inPracticeIntro": "Educators are using Scratch in a wide variety of: ", "teacherlanding.generalUsageSettings": "Settings: schools, museums, libraries, community centers", "teacherlanding.generalUsageGradeLevels": "Grade Levels: elementary, middle, and high school (and some colleges too!)", "teacherlanding.generalUsageSubjectAreas": "Subject Areas: language arts, science, social studies, math, computer science, foreign languages, and the arts", - "teacherlanding.ingridTitle": "Instructional Technology Specialist", - "teacherlanding.dylanTitle": "Educational Technologist", + "teacherlanding.elementaryTitle": "Elementary School", + "teacherlanding.middleTitle": "Middle School", + "teacherlanding.communityTitle": "Community Program", "teacherlanding.afterSchoolTitle": "After-School Program", "teacherlanding.resourcesTitle": "Educator Resources", "teacherlanding.scratchEdTitle": "A Community for Educators", diff --git a/src/views/teachers/landing/landing.jsx b/src/views/teachers/landing/landing.jsx index 62937e866..39a66e01e 100644 --- a/src/views/teachers/landing/landing.jsx +++ b/src/views/teachers/landing/landing.jsx @@ -62,34 +62,34 @@ var Landing = injectIntl(React.createClass({

- - ingrid's story -
-

Ingrid Gustafson

-

-
-
- dylan's story + Elementary School
-

Dylan Ryder

-

+

+

The School at Columbia University

+
+
+ + Middle School +
+

+

Cambridge Public Schools

plug in studio's story + alt="Community-Based Program" />
-

Plug-In Studio

-

+

+

Plug-In Studio

ghana code club's story + alt="After-School Program" />
-

Ghana Code Club

-

+

+

Ghana Code Club

From 4f6c071c2c6fbf22c91eeea9066c9c00ae7d7891 Mon Sep 17 00:00:00 2001 From: Andrew Sliwinski Date: Thu, 21 Jul 2016 08:41:31 -0400 Subject: [PATCH 2/2] Pluralize example headlines on educators page --- src/views/teachers/landing/l10n.json | 8 ++++---- src/views/teachers/landing/landing.jsx | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/teachers/landing/l10n.json b/src/views/teachers/landing/l10n.json index 011e3370f..c4fd9ca41 100644 --- a/src/views/teachers/landing/l10n.json +++ b/src/views/teachers/landing/l10n.json @@ -8,10 +8,10 @@ "teacherlanding.generalUsageSettings": "Settings: schools, museums, libraries, community centers", "teacherlanding.generalUsageGradeLevels": "Grade Levels: elementary, middle, and high school (and some colleges too!)", "teacherlanding.generalUsageSubjectAreas": "Subject Areas: language arts, science, social studies, math, computer science, foreign languages, and the arts", - "teacherlanding.elementaryTitle": "Elementary School", - "teacherlanding.middleTitle": "Middle School", - "teacherlanding.communityTitle": "Community Program", - "teacherlanding.afterSchoolTitle": "After-School Program", + "teacherlanding.elementaryTitle": "Elementary Schools", + "teacherlanding.middleTitle": "Middle Schools", + "teacherlanding.communityTitle": "Community Programs", + "teacherlanding.afterSchoolTitle": "After-School Programs", "teacherlanding.resourcesTitle": "Educator Resources", "teacherlanding.scratchEdTitle": "A Community for Educators", "teacherlanding.scratchEdDescription": "ScratchEd is an online community where Scratch educators share stories, exchange resources, ask questions, and find people. ScratchEd is developed and supported by the Harvard Graduate School of Education.", diff --git a/src/views/teachers/landing/landing.jsx b/src/views/teachers/landing/landing.jsx index 39a66e01e..fdb6222d6 100644 --- a/src/views/teachers/landing/landing.jsx +++ b/src/views/teachers/landing/landing.jsx @@ -63,14 +63,14 @@ var Landing = injectIntl(React.createClass({ - Elementary School + Elementary Schools

The School at Columbia University

- Middle School + Middle Schools

Cambridge Public Schools

@@ -78,7 +78,7 @@ var Landing = injectIntl(React.createClass({
Community-Based Program + alt="Community Programs" />

Plug-In Studio

@@ -86,7 +86,7 @@ var Landing = injectIntl(React.createClass({
After-School Program + alt="After-School Programs" />

Ghana Code Club