Commit 47d0cca8 authored by Ray Schamp's avatar Ray Schamp Committed by GitHub

Merge pull request #824 from St19Galla/patch-1

Fix GH-806: Teacher Account Video Embded
parents d639d17d ecd1963b
......@@ -20,6 +20,8 @@ var TeacherFaq = injectIntl(React.createClass({
<dl>
<dt><FormattedMessage id='teacherfaq.teacherWhatTitle' /></dt>
<dd><FormattedHTMLMessage id='teacherfaq.teacherWhatBody' /></dd>
<iframe width="565" height="318" src="https://www.youtube.com/embed/7Hl9GxA1zwQ"
frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<dt><FormattedMessage id='teacherfaq.teacherQuestionsTitle' /></dt>
<dd><FormattedHTMLMessage id='teacherfaq.teacherQuestionsBody' /></dd>
<dt><FormattedMessage id='teacherfaq.teacherConvertTitle' /></dt>
......
{
"teacherfaq.title": "Scratch Teacher Account FAQ",
"teacherfaq.teacherWhatTitle": "What are teacher accounts?",
"teacherfaq.teacherWhatBody": "A Scratch Teacher Account provides teachers and other educators with additional features to manage student participation on Scratch, including the ability to create student accounts, organize student projects into studios, and monitor student comments. Learn more about Teacher Accounts in <a href=\"https://www.youtube.com/watch?v=7Hl9GxA1zwQ\">this video</a>.",
"teacherfaq.teacherWhatBody": "A Scratch Teacher Account provides teachers and other educators with additional features to manage student participation on Scratch, including the ability to create student accounts, organize student projects into studios, and monitor student comments. Learn more about Teacher Accounts in the video below:",
"teacherfaq.teacherQuestionsTitle": "What if I have any questions or comments on Teacher Accounts?",
"teacherfaq.teacherQuestionsBody": "If you have any questions or feedback on Teacher Accounts please send us a message through <a href=\"/contact-us\">Contact Us</a>.",
"teacherfaq.teacherConvertTitle": "Can I convert my Scratch account into a Teacher Account?",
......
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