mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
added 'report IP infringement' footer link
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user