Fixed missing language call.

This commit is contained in:
Ajay Ramachandran
2019-08-23 14:22:16 -04:00
parent 2fbafb6b10
commit 07e878e065

View File

@@ -981,7 +981,7 @@ function runThePopup() {
//set it to false //set it to false
function resetStartTimeChosen() { function resetStartTimeChosen() {
startTimeChosen = false; startTimeChosen = false;
SB.sponsorStart.innerHTML = "SP_START"; SB.sponsorStart.innerHTML = chrome.i18n.getMessage("sponsorStart");
} }
//hides and shows the submit times button when needed //hides and shows the submit times button when needed