diff --git a/browser/metro/base/content/contenthandlers/Content.js b/browser/metro/base/content/contenthandlers/Content.js index 5e46b21ffbb6..884fd53fcff2 100644 --- a/browser/metro/base/content/contenthandlers/Content.js +++ b/browser/metro/base/content/contenthandlers/Content.js @@ -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")) {