Commit 4f6c071c authored by Andrew Sliwinski's avatar Andrew Sliwinski

Pluralize example headlines on educators page

parent 4d2f9d7a
......@@ -8,10 +8,10 @@
"teacherlanding.generalUsageSettings": "<b>Settings:</b> schools, museums, libraries, community centers",
"teacherlanding.generalUsageGradeLevels": "<b>Grade Levels:</b> elementary, middle, and high school (and some colleges too!)",
"teacherlanding.generalUsageSubjectAreas": "<b>Subject Areas:</b> 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": "<a href=\"http://scratched.gse.harvard.edu/\">ScratchEd</a> is an online community where Scratch educators <a href=\"http://scratched.gse.harvard.edu/stories\">share stories</a>, exchange resources, ask questions, and find people. ScratchEd is developed and supported by the Harvard Graduate School of Education.",
......
......@@ -63,14 +63,14 @@ var Landing = injectIntl(React.createClass({
</FlexRow>
<FlexRow className="stories">
<a href="//bit.ly/28Q5l6P" className="story">
<img src="/images/teachers/stories/dylan.jpg" alt="Elementary School" />
<img src="/images/teachers/stories/dylan.jpg" alt="Elementary Schools" />
<div className="story-info">
<p className="name"><FormattedMessage id="teacherlanding.elementaryTitle" /></p>
<p>The School at Columbia University</p>
</div>
</a>
<a href="//bit.ly/28SBsa9" className="story">
<img src="/images/teachers/stories/ingrid.jpg" alt="Middle School" />
<img src="/images/teachers/stories/ingrid.jpg" alt="Middle Schools" />
<div className="story-info">
<p className="name"><FormattedMessage id="teacherlanding.middleTitle" /></p>
<p>Cambridge Public Schools</p>
......@@ -78,7 +78,7 @@ var Landing = injectIntl(React.createClass({
</a>
<a href="//bit.ly/28SC1AY" className="story">
<img src="/images/teachers/stories/plug-in-studio.jpg"
alt="Community-Based Program" />
alt="Community Programs" />
<div className="story-info">
<p className="name"><FormattedMessage id="teacherlanding.communityTitle" /></p>
<p>Plug-In Studio</p>
......@@ -86,7 +86,7 @@ var Landing = injectIntl(React.createClass({
</a>
<a href="//bit.ly/28UzapJ" className="story">
<img src="/images/teachers/stories/ghana-code-club.jpg"
alt="After-School Program" />
alt="After-School Programs" />
<div className="story-info">
<p className="name"><FormattedMessage id="teacherlanding.afterSchoolTitle" /></p>
<p>Ghana Code Club</p>
......
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