From 0277b96698722098f3535cbd47d234f0acd49636 Mon Sep 17 00:00:00 2001 From: Technoboy10 Date: Fri, 24 Jun 2016 10:39:55 -0400 Subject: [PATCH] move teacher accounts string to general --- src/l10n.json | 7 +++++-- src/views/teachers/landing/l10n.json | 1 - src/views/teachers/landing/landing.jsx | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/l10n.json b/src/l10n.json index 1e1625093..8c6a9802e 100644 --- a/src/l10n.json +++ b/src/l10n.json @@ -92,14 +92,17 @@ "general.stories": "Stories", "general.results": "Results", + "general.teacherAccounts": "Teacher Accounts", + + "footer.discuss": "Discussion Forums", "footer.help": "Help Page", "footer.scratchFamily": "Scratch Family", "login.forgotPassword": "Forgot Password?", - + "navigation.signOut": "Sign out", - + "parents.FaqAgeRangeA": "While Scratch is primarily designed for 8 to 16 year olds, it is also used by people of all ages, including younger children with their parents.", "parents.FaqAgeRangeQ": "What is the age range for Scratch?", "parents.FaqResourcesQ": "What resources are available for learning Scratch?", diff --git a/src/views/teachers/landing/l10n.json b/src/views/teachers/landing/l10n.json index 896ff4f70..fe9e2c6cf 100644 --- a/src/views/teachers/landing/l10n.json +++ b/src/views/teachers/landing/l10n.json @@ -3,7 +3,6 @@ "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.resourcesAnchor": "Resources", - "teacherlanding.accountsAnchor": "Teacher Accounts", "teacherlanding.inPracticeTitle": "Who Uses Scratch?", "teacherlanding.inPracticeIntro": "Educators are using Scratch in a wide variety of: ", "teacherlanding.generalUsageSettings": "Settings: schools, museums, libraries, community centers", diff --git a/src/views/teachers/landing/landing.jsx b/src/views/teachers/landing/landing.jsx index 01ad7ac95..e9fc6243a 100644 --- a/src/views/teachers/landing/landing.jsx +++ b/src/views/teachers/landing/landing.jsx @@ -43,7 +43,7 @@ var Landing = injectIntl(React.createClass({
  • - +