mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #490 from rschamp/bugfix/privacy-policy-footer
Prefix privacyPolicy message string
This commit is contained in:
commit
dd2734f06f
2 changed files with 2 additions and 1 deletions
|
@ -116,7 +116,7 @@ var Footer = React.createClass({
|
|||
</dd>
|
||||
<dd>
|
||||
<a href="/privacy_policy/">
|
||||
<FormattedMessage id='privacyPolicy' />
|
||||
<FormattedMessage id='general.privacyPolicy' />
|
||||
</a>
|
||||
</dd>
|
||||
<dd>
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue