Merge pull request #3586 from picklesrus/footer-stuff

add a missing t.
This commit is contained in:
picklesrus 2019-12-05 09:48:58 -05:00 committed by GitHub
commit f8f6cce2e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ const DonorRecognition = () => (
<FormattedMessage <FormattedMessage
id="footer.donorList" id="footer.donorList"
values={{ values={{
donor1: 'Massachusetts Institue of Technology', donor1: 'Massachusetts Institute of Technology',
donor2: 'National Science Foundation', donor2: 'National Science Foundation',
donor3: 'Siegel Family Endowment' donor3: 'Siegel Family Endowment'
}} }}