diff options
-rw-r--r-- | background.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background.js b/background.js index 55826752..ac3630ee 100644 --- a/background.js +++ b/background.js @@ -56,7 +56,7 @@ chrome.runtime.onInstalled.addListener(function (object) { if (!shownInstallPage){ //open up the install page - chrome.tabs.create({url: chrome.extension.getURL("/help/"+navigator.language.split("-")[0]"-index.html")}); + chrome.tabs.create({url: chrome.extension.getURL("/help/"+chrome.i18n.getMessage("helpPage")}); } // TODO (shownInstallPage): delete if statement and contents |