Tweak deleting message

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2023-01-17 07:16:18 +01:00
parent 92a5154c79
commit acac90f79d
5 changed files with 5 additions and 5 deletions

View File

@@ -465,7 +465,7 @@ function delItems(ids) {
utils.disableAll();
var idstring = ids.join(", ");
utils.showAlert("info", "", "Deleting Adlists: " + idstring, "...");
utils.showAlert("info", "", "Deleting Adlist with ID: " + idstring, "...");
$.ajax({
url: "scripts/pi-hole/php/groups.php",