diff --git a/Auto lead/tampermonkey scrypt61.js b/Auto lead/tampermonkey scrypt61.js index 607e3e8..fe78803 100644 --- a/Auto lead/tampermonkey scrypt61.js +++ b/Auto lead/tampermonkey scrypt61.js @@ -21,7 +21,7 @@ const data = await res.json(); if (data.lead) { fillForm(data.lead); - showNotification(`? Подставлено. Осталось: ${data.queue_size}`); + showNotification(`Подставлено. Осталось: ${data.queue_size}`); updateCounter(data.queue_size); } else { showNotification('Нет лидов в очереди');