ortography

This commit is contained in:
Lewy 2022-06-19 16:39:40 +02:00
parent 3db37ecdf9
commit 184a0c7757

View File

@ -130,7 +130,7 @@ function check(){
if(counter==5){
document.getElementById("loader").style.display="none";
document.getElementById("msg").style.display="block";
document.getElementById("msg").innerText="you probably closed popup";
document.getElementById("msg").innerText="zamknąłeś okno pop-up bez płatności";
document.getElementById("reopen").style.display="block";
}else{
setTimeout(check, 1000);