diff --git a/background.js b/background.js index ac3630ee..2f6e304d 100644 --- a/background.js +++ b/background.js @@ -32,7 +32,7 @@ chrome.runtime.onMessage.addListener(function (request, sender, callback) { } else if (request.message == "alertPrevious") { chrome.notifications.create("stillThere" + Math.random(), { type: "basic", - title: chrome.i18n.getMessage("Wanttosubmit") + request.previousVideoID + "?", + title: chrome.i18n.getMessage("wantToSubmit") + request.previousVideoID + "?", message: chrome.i18n.getMessage("leftTimes"), iconUrl: "./icons/LogoSponsorBlocker256px.png" });