Commit 09c50d9d authored by picklesrus's avatar picklesrus

Switch message back to FormattedHTMLMessage because the old version has html in it.

Change the id of a message whose contents changed to not have html.
parent f2ee4ea9
......@@ -59,7 +59,7 @@ const TeacherFaq = props => (
<dt><FormattedMessage id="teacherfaq.studentDiscussTitle" /></dt>
<dd>
<FormattedMessage
id="teacherfaq.studentDiscussBody"
id="teacherfaq.studentDiscussionBody"
values={{
scratchEdLink: (
<a href="http://scratched.gse.harvard.edu/">ScratchEd</a>
......@@ -174,7 +174,7 @@ const TeacherFaq = props => (
<dd><FormattedMessage id="teacherfaq.commBlockGamesBody1" /></dd>
<dd><FormattedMessage id="teacherfaq.commBlockGamesBody2" /></dd>
<dt><FormattedMessage id="teacherfaq.commInappropriateTitle" /></dt>
<dd><FormattedMessage id="teacherfaq.commInappropriateBody" /></dd>
<dd><FormattedHTMLMessage id="teacherfaq.commInappropriateBody" /></dd>
</dl>
</section>
</div>
......
......@@ -38,7 +38,7 @@
"teacherfaq.studentMultipleTitle": "Can a student be in multiple classes? ",
"teacherfaq.studentMultipleBody": "A student can only be a part of one class.",
"teacherfaq.studentDiscussTitle": "Is there a space to discuss Teacher Accounts with other teachers?",
"teacherfaq.studentDiscussBody": "Yes, you can engage in discussions with other teachers at {scratchEdLink}, an online community for Scratch educators. Check out their {forumsLink} to join conversations about a number of topics, including but not limited to Teacher Accounts. ScratchEd is developed and supported by the Harvard Graduate School of Education.",
"teacherfaq.studentDiscussionBody": "Yes, you can engage in discussions with other teachers at {scratchEdLink}, an online community for Scratch educators. Check out their {forumsLink} to join conversations about a number of topics, including but not limited to Teacher Accounts. ScratchEd is developed and supported by the Harvard Graduate School of Education.",
"teacherfaq.forums": "forums",
"teacherfaq.privacyPolicy": "Scratch Privacy Policy",
"teacherfaq.studentDataTitle": "What data does Scratch collect about students?",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment