Commit 1d305adc authored by picklesrus's avatar picklesrus

Fix some messages.

parent e6420b60
{ {
"teacherlanding.title": "Scratch for Educators", "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. Educators are integrating Scratch across many different subject areas and age groups.", "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. Educators are integrating Scratch across many different subject areas and age groups.",
"teacherlanding.resourcesAnchor": "Resources", "teacherlanding.resourcesAnchor": "Resources",
"teacherlanding.connectAnchor": "Connect", "teacherlanding.connectAnchor": "Connect",
"teacherlanding.newsAnchor": "News", "teacherlanding.newsAnchor": "News",
...@@ -29,9 +29,6 @@ ...@@ -29,9 +29,6 @@
"teacherlanding.codeClubLink" : "Code Club", "teacherlanding.codeClubLink" : "Code Club",
"teacherlanding.newsAndUpdates" : "News and Updates", "teacherlanding.newsAndUpdates" : "News and Updates",
"teacherlanding.followUs" : "Follow us on {facebookLink}, {twitterLink}, and {instagramLink}!", "teacherlanding.followUs" : "Follow us on {facebookLink}, {twitterLink}, and {instagramLink}!",
"teacherlanding.facebookLink" : "Facebook",
"teacherlanding.twitterLink" : "Twitter",
"teacherlanding.instagramLink": "Instagram",
"teacherlanding.signupTips" : "Sign up to receive {signupTipsLink} from the Scratch Team", "teacherlanding.signupTips" : "Sign up to receive {signupTipsLink} from the Scratch Team",
"teacherlanding.signupTipsLink" : "updates and tips", "teacherlanding.signupTipsLink" : "updates and tips",
"teacherlanding.accountsTitle": "Teacher Accounts in Scratch", "teacherlanding.accountsTitle": "Teacher Accounts in Scratch",
......
...@@ -242,17 +242,17 @@ const Landing = () => ( ...@@ -242,17 +242,17 @@ const Landing = () => (
values={{ values={{
facebookLink: ( facebookLink: (
<a href="https://www.facebook.com/scratchteam/"> <a href="https://www.facebook.com/scratchteam/">
<FormattedMessage id="teacherlanding.facebookLink" /> Facebook
</a> </a>
), ),
twitterLink: ( twitterLink: (
<a href="https://twitter.com/scratch"> <a href="https://twitter.com/scratch">
<FormattedMessage id="teacherlanding.twitterLink" /> Twitter
</a> </a>
), ),
instagramLink: ( instagramLink: (
<a href="https://www.instagram.com/mitscratchteam/"> <a href="https://www.instagram.com/mitscratchteam/">
<FormattedMessage id="teacherlanding.instagramLink" /> Instagram
</a> </a>
) )
}} }}
......
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