mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Tweak deleting message
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user