Remove duplicate message

This commit is contained in:
picklesrus 2018-10-22 08:57:22 -04:00
parent ad564b4ea4
commit d4a050a1c0
2 changed files with 1 additions and 2 deletions

View file

@ -129,7 +129,7 @@ const Credits = () => (
<FormattedHTMLMessage id="credits.acknowledgementsTitle" /> <FormattedHTMLMessage id="credits.acknowledgementsTitle" />
</h2> </h2>
<p> <p>
<FormattedHTMLMessage id="credits.pastAcknowledgements" /> <FormattedHTMLMessage id="credits.acknowledgementsContributors" />
</p> </p>
<p> <p>
Susan Abend, Robbie Berg, Lauren Bessen, Keith Braadfladt, Susan Abend, Robbie Berg, Lauren Bessen, Keith Braadfladt,

View file

@ -28,6 +28,5 @@
"credits.pastContributors": "Past Contributors", "credits.pastContributors": "Past Contributors",
"credits.pastContributorsThanks" : "Many important contributions have been made by previous Scratch Team members, including John Maloney (who led software development for the first decade of Scratch) and Andrés Monroy-Hernández (who led the development of the first Scratch community website).", "credits.pastContributorsThanks" : "Many important contributions have been made by previous Scratch Team members, including John Maloney (who led software development for the first decade of Scratch) and Andrés Monroy-Hernández (who led the development of the first Scratch community website).",
"credits.otherContributors": "Other contributors include:", "credits.otherContributors": "Other contributors include:",
"credits.pastAcknowledgements": "The following people have also contributed to the development and support of Scratch over the years:",
"credits.acknowledgementsSound": "Thanks to the following freesound.org artists:" "credits.acknowledgementsSound": "Thanks to the following freesound.org artists:"
} }