Skip to content

Commit

Permalink
Merge pull request #1370 from mewtaylor/issue/r2-4571
Browse files Browse the repository at this point in the history
Add `/store` to footer
  • Loading branch information
mewtaylor committed Jun 26, 2017
2 parents 1669179 + b22aaa8 commit 970db19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/footer/www/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ var Footer = React.createClass({
<FormattedMessage id='general.contactUs' />
</a>
</dd>
<dd>
<a href="/store">
<FormattedMessage id='general.scratchStore' />
</a>
</dd>
<dd>
<a href="https://secure.donationpay.org/scratchfoundation/">
<FormattedMessage id='general.donate'/>
Expand Down
1 change: 1 addition & 0 deletions src/l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"general.scratchEd": "ScratchEd",
"general.scratchFoundation": "Scratch Foundation",
"general.scratchJr": "ScratchJr",
"general.scratchStore": "Scratch Store",
"general.search": "Search",
"general.signIn": "Sign in",
"general.statistics": "Statistics",
Expand Down

0 comments on commit 970db19

Please sign in to comment.