mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Localized "Close Popup" string
This commit is contained in:
parent
5cb6f9335a
commit
0f8df07fe0
1 changed files with 1 additions and 1 deletions
|
@ -1243,7 +1243,7 @@ function openInfoMenu() {
|
|||
|
||||
//close button
|
||||
let closeButton = document.createElement("div");
|
||||
closeButton.innerText = "Close Popup";
|
||||
closeButton.innerText = chrome.i18n.getMessage("closePopup");
|
||||
closeButton.classList.add("smallLink");
|
||||
closeButton.setAttribute("align", "center");
|
||||
closeButton.addEventListener("click", closeInfoMenu);
|
||||
|
|
Loading…
Reference in a new issue