Fix some messages.

This commit is contained in:
picklesrus 2018-12-12 09:07:49 -05:00
parent e6420b601a
commit 1d305adc79
2 changed files with 4 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{
"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 todays 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 todays society. Educators are integrating Scratch across many different subject areas and age groups.",
"teacherlanding.resourcesAnchor": "Resources",
"teacherlanding.connectAnchor": "Connect",
"teacherlanding.newsAnchor": "News",
@ -29,9 +29,6 @@
"teacherlanding.codeClubLink" : "Code Club",
"teacherlanding.newsAndUpdates" : "News and Updates",
"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.signupTipsLink" : "updates and tips",
"teacherlanding.accountsTitle": "Teacher Accounts in Scratch",

View file

@ -242,17 +242,17 @@ const Landing = () => (
values={{
facebookLink: (
<a href="https://www.facebook.com/scratchteam/">
<FormattedMessage id="teacherlanding.facebookLink" />
Facebook
</a>
),
twitterLink: (
<a href="https://twitter.com/scratch">
<FormattedMessage id="teacherlanding.twitterLink" />
Twitter
</a>
),
instagramLink: (
<a href="https://www.instagram.com/mitscratchteam/">
<FormattedMessage id="teacherlanding.instagramLink" />
Instagram
</a>
)
}}