move teacher accounts string to general

This commit is contained in:
Technoboy10 2016-06-24 10:39:55 -04:00
parent 3d18f04a43
commit 0277b96698
3 changed files with 6 additions and 4 deletions

View file

@ -92,6 +92,9 @@
"general.stories": "Stories",
"general.results": "Results",
"general.teacherAccounts": "Teacher Accounts",
"footer.discuss": "Discussion Forums",
"footer.help": "Help Page",
"footer.scratchFamily": "Scratch Family",

View file

@ -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 todays 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": "<b>Settings:</b> schools, museums, libraries, community centers",

View file

@ -43,7 +43,7 @@ var Landing = injectIntl(React.createClass({
</a>
<a href="#teacher-accounts">
<li>
<FormattedMessage id="teacherlanding.accountsAnchor" />
<FormattedMessage id="general.teacherAccounts" />
</li>
</a>
</SubNavigation>