mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Remove MIT Scratch Team from Localization
This commit is contained in:
parent
1d47e0ef6a
commit
7f148f1a47
2 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue