mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
move teacher accounts string to general
This commit is contained in:
parent
3d18f04a43
commit
0277b96698
3 changed files with 6 additions and 4 deletions
|
@ -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?",
|
||||
|
|
|
@ -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": "<b>Settings:</b> schools, museums, libraries, community centers",
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue