From 5031a85a5c76e76b3224cc7871f17156ed3226dd Mon Sep 17 00:00:00 2001 From: Official Noob <31563761+OfficialNoob@users.noreply.github.com> Date: Mon, 12 Aug 2019 21:38:44 +0100 Subject: [PATCH] Update background.js --- background.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/background.js b/background.js index 5f8573e9..55826752 100644 --- a/background.js +++ b/background.js @@ -32,8 +32,8 @@ chrome.runtime.onMessage.addListener(function (request, sender, callback) { } else if (request.message == "alertPrevious") { chrome.notifications.create("stillThere" + Math.random(), { type: "basic", - title: "Do you want to submit the sponsor times for video id " + request.previousVideoID + "?", - message: "You seem to have left some sponsor times unsubmitted. Go back to that page to submit them (they are not deleted).", + title: chrome.i18n.getMessage("Wanttosubmit") + request.previousVideoID + "?", + message: chrome.i18n.getMessage("leftTimes"), iconUrl: "./icons/LogoSponsorBlocker256px.png" }); }