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(
|
||||
'footerLinkCookies'
|
||||
)}</a>
|
||||
<a href="https://www.mozilla.org/about/legal/report-infringement/">${state.translate(
|
||||
'reportIPInfringement'
|
||||
)}</a>
|
||||
</div>
|
||||
<div class="social-links">
|
||||
<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
|
||||
passwordTryAgain = Incorrect password. Try again.
|
||||
// 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