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:
Ray Schamp 2016-05-17 16:30:36 -04:00
parent 2c21a96c2d
commit 219d144be2
2 changed files with 2 additions and 1 deletions

View file

@ -116,7 +116,7 @@ var Footer = React.createClass({
</dd>
<dd>
<a href="/privacy_policy/">
<FormattedMessage id='privacyPolicy' />
<FormattedMessage id='general.privacyPolicy' />
</a>
</dd>
<dd>

View file

@ -26,6 +26,7 @@
"general.myClasses": "My Classes",
"general.myStuff": "My Stuff",
"general.offlineEditor": "Offline Editor",
"general.privacyPolicy": "Privacy Policy",
"general.profile": "Profile",
"general.scratchConference": "Scratch Conference",
"general.scratchday": "Scratch Day",