added 'report IP infringement' footer link
This commit is contained in:
parent
b2c1daa6c7
commit
bb10c1aa9d
@ -18,6 +18,9 @@ module.exports = function(state) {
|
|||||||
<a href="https://www.mozilla.org/privacy/websites/#cookies">${state.translate(
|
<a href="https://www.mozilla.org/privacy/websites/#cookies">${state.translate(
|
||||||
'footerLinkCookies'
|
'footerLinkCookies'
|
||||||
)}</a>
|
)}</a>
|
||||||
|
<a href="https://www.mozilla.org/about/legal/report-infringement/">${state.translate(
|
||||||
|
'reportIPInfringement'
|
||||||
|
)}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="social-links">
|
<div class="social-links">
|
||||||
<a href="https://github.com/mozilla/send" role="presentation"><img class="github" src="${assets.get(
|
<a href="https://github.com/mozilla/send" role="presentation"><img class="github" src="${assets.get(
|
||||||
|
@ -97,4 +97,5 @@ requirePasswordCheckbox = Require a password to download this file
|
|||||||
addPasswordButton = Add password
|
addPasswordButton = Add password
|
||||||
passwordTryAgain = Incorrect password. Try again.
|
passwordTryAgain = Incorrect password. Try again.
|
||||||
// This label is followed by the password needed to download a file
|
// This label is followed by the password needed to download a file
|
||||||
passwordResult = Password: { $password }
|
passwordResult = Password: { $password }
|
||||||
|
reportIPInfringement = Report IP Infringement
|
Loading…
Reference in New Issue
Block a user