mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-30 10:58:23 -05:00
Prefix privacyPolicy message string
So that it matches the rest, and is localized. Not sure, but I think this was fallout from de-localizing the Privacy Policy page.
This commit is contained in:
parent
2c21a96c2d
commit
219d144be2
2 changed files with 2 additions and 1 deletions
|
@ -116,7 +116,7 @@ var Footer = React.createClass({
|
||||||
</dd>
|
</dd>
|
||||||
<dd>
|
<dd>
|
||||||
<a href="/privacy_policy/">
|
<a href="/privacy_policy/">
|
||||||
<FormattedMessage id='privacyPolicy' />
|
<FormattedMessage id='general.privacyPolicy' />
|
||||||
</a>
|
</a>
|
||||||
</dd>
|
</dd>
|
||||||
<dd>
|
<dd>
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
"general.myClasses": "My Classes",
|
"general.myClasses": "My Classes",
|
||||||
"general.myStuff": "My Stuff",
|
"general.myStuff": "My Stuff",
|
||||||
"general.offlineEditor": "Offline Editor",
|
"general.offlineEditor": "Offline Editor",
|
||||||
|
"general.privacyPolicy": "Privacy Policy",
|
||||||
"general.profile": "Profile",
|
"general.profile": "Profile",
|
||||||
"general.scratchConference": "Scratch Conference",
|
"general.scratchConference": "Scratch Conference",
|
||||||
"general.scratchday": "Scratch Day",
|
"general.scratchday": "Scratch Day",
|
||||||
|
|
Loading…
Reference in a new issue