Merge pull request #824 from St19Galla/patch-1

Fix GH-806: Teacher Account Video Embded
This commit is contained in:
Ray Schamp 2016-08-10 12:15:56 -04:00 committed by GitHub
commit 47d0cca883
2 changed files with 3 additions and 1 deletions

View file

@ -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>

View file

@ -1,7 +1,7 @@
{
"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?",