Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
add faq link
Browse files Browse the repository at this point in the history
  • Loading branch information
johngruen committed Sep 1, 2017
1 parent 4d41d17 commit 0fcc3c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions locales/en-US/server.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ gScreenshotsDescription = Screenshots made simple. Take, save, and share screens
footerLinkMozilla = Mozilla
footerLinkTerms = Terms
footerLinkPrivacy = Privacy Notice
footerLinkFaqs = FAQs
footerLinkDMCA = Report IP Infringement
footerLinkDiscourse = Give Feedback
footerLinkRemoveAllData = Remove All Data
Expand Down
3 changes: 3 additions & 0 deletions server/src/footer-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ exports.Footer = class Footer extends React.Component {
<Localized id="footerLinkPrivacy">
<a href="https://www.mozilla.org/privacy/firefox/" target="_blank" rel="noopener noreferrer">Privacy Notice</a>
</Localized>
<Localized id="footerLinkFaqs">
<a href="https://wiki.mozilla.org/Firefox/Screenshots/FAQs" target="_blank" rel="noopener noreferrer">FAQs</a>
</Localized>
<Localized id="footerLinkDMCA">
<a href="https://www.mozilla.org/about/legal/report-infringement/" target="_blank" rel="noopener noreferrer">Report IP Infringement</a>
</Localized>
Expand Down

0 comments on commit 0fcc3c4

Please sign in to comment.