From 07e878e065b8be4a0cdcd1da41c53cbf75ee2a83 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 23 Aug 2019 14:22:16 -0400 Subject: [PATCH] Fixed missing language call. --- popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup.js b/popup.js index e8d1c59d..1860c93e 100644 --- a/popup.js +++ b/popup.js @@ -981,7 +981,7 @@ function runThePopup() { //set it to false function resetStartTimeChosen() { startTimeChosen = false; - SB.sponsorStart.innerHTML = "SP_START"; + SB.sponsorStart.innerHTML = chrome.i18n.getMessage("sponsorStart"); } //hides and shows the submit times button when needed