mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 15:09:59 -04:00
Fix FormattedMessage ids
This commit is contained in:
parent
0d3db461c4
commit
f8473b6bc8
1 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,7 @@ const Developers = () => (
|
|||
|
||||
<FlexRow className="sidebar-row">
|
||||
<div className="body-copy column">
|
||||
<h3><FormattedMessage id="developers.learningPrinciplesTitle" /></h3>
|
||||
<h3><FormattedMessage id="developers.LearningPrinciples" /></h3>
|
||||
<dl>
|
||||
<dt><FormattedMessage id="developers.projectsTitle" /></dt>
|
||||
<dd>
|
||||
|
@ -197,7 +197,7 @@ const Developers = () => (
|
|||
|
||||
<FlexRow className="sidebar-row">
|
||||
<div className="body-copy column">
|
||||
<h3><FormattedMessage id="developers.designPrinciplesTitle" /></h3>
|
||||
<h3><FormattedMessage id="developers.DesignPrinciples" /></h3>
|
||||
<dl>
|
||||
<dt><FormattedMessage id="developers.designPrinciplesRoomTitle" /></dt>
|
||||
<dd>
|
||||
|
|
Loading…
Reference in a new issue