diff --git a/src/views/developers/developers.jsx b/src/views/developers/developers.jsx
index bf99abf1c..ede307376 100644
--- a/src/views/developers/developers.jsx
+++ b/src/views/developers/developers.jsx
@@ -364,8 +364,8 @@ const Developers = () => (
GitHub
),
contactUsLink: (
-
-
+
+ Contact Us
)
}}
diff --git a/src/views/developers/l10n.json b/src/views/developers/l10n.json
index e2f5b18bc..8b7d0c707 100644
--- a/src/views/developers/l10n.json
+++ b/src/views/developers/l10n.json
@@ -1,7 +1,7 @@
{
"developers.hereLinkText": "here",
"developers.title": "Scratch for Developers",
- "developers.introLinkText": "Scratch Team at MIT",
+ "developers.introLinkText": "Scratch Team",
"developers.intro": "On this page, you’ll find information about open source projects created and maintained by the {introLink}, as well as our thoughts on best practices for designing learning experiences for children.",
"developers.projectsTitle": "Projects",
"developers.principlesTitle": "Principles",