diff --git a/src/views/developers/developers.jsx b/src/views/developers/developers.jsx index 858fde3cb..bf99abf1c 100644 --- a/src/views/developers/developers.jsx +++ b/src/views/developers/developers.jsx @@ -363,9 +363,9 @@ const Developers = () => ( githubLink: ( GitHub ), - emailLink: ( - - help@scratch.mit.edu + contactUsLink: ( + + ) }} diff --git a/src/views/developers/l10n.json b/src/views/developers/l10n.json index fd8c0604c..e2f5b18bc 100644 --- a/src/views/developers/l10n.json +++ b/src/views/developers/l10n.json @@ -56,5 +56,5 @@ "developers.faqDifferencesTitle": "What’s the difference between Blockly and Scratch Blocks?", "developers.faqDifferencesBody": "Scratch Blocks builds upon the Blockly code base, and is specifically designed with our principles in mind to support creative learning experiences.", "developers.faqCollabTitle": "I’d like to collaborate. How do I get in touch?", - "developers.faqCollabBody": "You can reach us over on {githubLink} or you can send an email to {emailLink}. We look forward to hearing from you!" + "developers.faqCollabBody": "You can reach us over on {githubLink} or on our {contactUsLink} page. We look forward to hearing from you!" } diff --git a/src/views/teachers/faq/faq.jsx b/src/views/teachers/faq/faq.jsx index fcab5e6cb..c0ab66f09 100644 --- a/src/views/teachers/faq/faq.jsx +++ b/src/views/teachers/faq/faq.jsx @@ -50,25 +50,6 @@ const TeacherFaq = props => (
-
-
- - help@scratch.mit.edu - - ) - }} - /> -
- -
diff --git a/src/views/teachers/faq/l10n.json b/src/views/teachers/faq/l10n.json index 39f26ead2..3aee57b4b 100644 --- a/src/views/teachers/faq/l10n.json +++ b/src/views/teachers/faq/l10n.json @@ -10,11 +10,6 @@ "teacherfaq.teacherSignUpBody": "To request a Teacher Account, please go to the teacher account request form.", "teacherfaq.classMultipleTeachersTitle": "Can a class have multiple teachers?", "teacherfaq.classMultipleTeachersBody": "A class can only have one teacher account associated with it.", - "teacherfaq.convertToTeacherTitle": "I already have a Scratch account, can you make it a Teacher account?", - "teacherfaq.convertToTeacherList": "Please send an email to {helpEmail} and be sure to include the following information:", - "teacherfaq.convertToTeacherUsername": "Your Scratch username (Please double check that you know your username by logging into it before contacting us!)", - "teacherfaq.convertToTeacherEmail": "The email address associated with your Scratch account", - "teacherfaq.convertToTeacherBirth": "The birth month and birth year associated with your Scratch account", "teacherfaq.teacherPersonalTitle": "Why do you need to know my personal information during registration?", "teacherfaq.teacherPersonalBody": "We use this information to verify the account creator is an educator. We will not share this information with anyone else, and it will not be shared publicly on the site.", "teacherfaq.teacherGoogleTitle": "Does Scratch connect with Google Classroom, Clever or any other classroom management service?",