зеркало из https://github.com/mozilla/gecko-dev.git
bug 840776. Fix a typo :). r=mbrubeck
This commit is contained in:
Родитель
4a8bc89113
Коммит
696b7e6b2c
|
@ -498,7 +498,7 @@ let Content = {
|
|||
// This is the "Why is this site blocked" button. For malware,
|
||||
// we can fetch a site-specific report, for phishing, we redirect
|
||||
// to the generic page describing phishing protection.
|
||||
let action = isMalware ? "report-malware" : "report-phising";
|
||||
let action = isMalware ? "report-malware" : "report-phishing";
|
||||
sendAsyncMessage("Browser:BlockedSite",
|
||||
{ url: errorDoc.location.href, action: action });
|
||||
} else if (ot == errorDoc.getElementById("ignoreWarningButton")) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче