diff --git a/content/install-hook-usercss.js b/content/install-hook-usercss.js index 5edd0153..e4dcf16f 100644 --- a/content/install-hook-usercss.js +++ b/content/install-hook-usercss.js @@ -46,7 +46,7 @@ function createSourceLoader() { } }) .catch(error => { - console.log(t('liveReloadError', error)); + console.log(chrome.i18n.getMessage('liveReloadError', error)); }) .then(() => { timer = setTimeout(check, DELAY);