Remove MIT Scratch Team from Localization

This commit is contained in:
The_Grits 2017-02-14 14:01:54 -05:00 committed by GitHub
parent 1d47e0ef6a
commit 7f148f1a47
2 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,7 @@ var Credits = React.createClass({
return (
<div className="inner credits">
<h1><FormattedMessage id='credits.title' /></h1>
<h2><FormattedMessage id='credits.mitst' /></h2>
<h2>MIT Scratch Team</h2>
<p><FormattedMessage id='credits.developers' /></p>
<ul>

View file

@ -1,6 +1,5 @@
{
"credits.title": "Scratch Credits and Contributors",
"credits.mitst": "MIT Scratch Team",
"credits.developers": "Scratch is designed and developed by the Lifelong Kindergarten Group at MIT Media Lab:",
"credits.moderators": "The team of Scratch moderators manages, supports, and improves the Scratch online community:",
"credits.previousTitle": "Previous MIT Scratch Team Members",