mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-14 07:27:05 +03:00
Fixed missing language call.
This commit is contained in:
2
popup.js
2
popup.js
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user