mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-25 05:44:13 -05:00
Clean up
This commit is contained in:
parent
078463ac25
commit
11b9876930
1 changed files with 3 additions and 3 deletions
|
@ -240,7 +240,7 @@ module.exports = {
|
||||||
return (
|
return (
|
||||||
<Slide>
|
<Slide>
|
||||||
<h1>
|
<h1>
|
||||||
<intl.FormattedMessage id="teacherRegistration.nameStepTitle" />
|
<intl.FormattedHTMLMessage id="teacherRegistration.nameStepTitle" />
|
||||||
</h1>
|
</h1>
|
||||||
<p className="description">
|
<p className="description">
|
||||||
<intl.FormattedMessage id="teacherRegistration.nameStepDescription" />
|
<intl.FormattedMessage id="teacherRegistration.nameStepDescription" />
|
||||||
|
@ -536,7 +536,7 @@ module.exports = {
|
||||||
<h1>
|
<h1>
|
||||||
<intl.FormattedMessage id="teacherRegistration.emailStepTitle" />
|
<intl.FormattedMessage id="teacherRegistration.emailStepTitle" />
|
||||||
</h1>
|
</h1>
|
||||||
<p>
|
<p className="description">
|
||||||
<intl.FormattedMessage id="teacherRegistration.emailStepDescription" />
|
<intl.FormattedMessage id="teacherRegistration.emailStepDescription" />
|
||||||
</p>
|
</p>
|
||||||
<Card>
|
<Card>
|
||||||
|
@ -571,7 +571,7 @@ module.exports = {
|
||||||
<h1>
|
<h1>
|
||||||
<intl.FormattedMessage id="teacherRegistration.lastStepTitle" />
|
<intl.FormattedMessage id="teacherRegistration.lastStepTitle" />
|
||||||
</h1>
|
</h1>
|
||||||
<p>
|
<p className="description">
|
||||||
<intl.FormattedMessage id="teacherRegistration.lastStepDescription" />
|
<intl.FormattedMessage id="teacherRegistration.lastStepDescription" />
|
||||||
</p>
|
</p>
|
||||||
<Card className="confirm">
|
<Card className="confirm">
|
||||||
|
|
Loading…
Reference in a new issue