diff --git a/src/data/background.js b/src/data/background.js index 9046e8f2..ff4ca9be 100644 --- a/src/data/background.js +++ b/src/data/background.js @@ -391,7 +391,7 @@ function reportWebsite(info, tab, anon, issueType, notes, callback) { notes, url: tab.url, browser: getBrowserAndVersion(), - language: navigator.language, + language: navigator.language || Intl.DateTimeFormat().resolvedOptions().locale, extensionVersion: chrome.runtime.getManifest().version, }), })