aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2019-08-23 14:22:16 -0400
committerAjay Ramachandran <[email protected]>2019-08-23 14:22:16 -0400
commit07e878e065b8be4a0cdcd1da41c53cbf75ee2a83 (patch)
tree53800ee8dcddb5366486e4fd940bafe78d3e88ce
parent2fbafb6b10ccaccd0676a5e8976198ed7c20fbdb (diff)
downloadSponsorBlock-07e878e065b8be4a0cdcd1da41c53cbf75ee2a83.tar.gz
SponsorBlock-07e878e065b8be4a0cdcd1da41c53cbf75ee2a83.zip
Fixed missing language call.
-rw-r--r--popup.js2
1 files changed, 1 insertions, 1 deletions
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