Update scripts/pi-hole/js/queries.js

Co-authored-by: yubiuser <ckoenig@posteo.de>
Signed-off-by: DL6ER <DL6ER@users.noreply.github.com>
This commit is contained in:
DL6ER
2023-08-03 09:30:56 +02:00
committed by GitHub
parent d6bf4293bf
commit 1613115063
+1 -1
View File
@@ -151,7 +151,7 @@ function parseQueryStatus(data) {
case "REGEX_CNAME":
colorClass = "text-red";
icon = "fa-solid fa-ban";
fieldtext = "Blocked (regex diened, CNAME)";
fieldtext = "Blocked (regex denied, CNAME)";
regexLink = data.regex_id > 0;
buttontext =
'<button type="button" class="btn btn-default btn-sm text-green btn-whitelist"><i class="fas fa-check"></i> Allow</button>';