Increase accessability

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2024-09-25 12:16:13 +02:00
parent 582cafbd51
commit 25aaebf360

View File

@@ -281,7 +281,8 @@ function updateFtlInfo() {
.text(intl.format(database.domains.allowed + database.regex.allowed))
.attr(
"title",
intl.format(database.domains.allowed) +
"Allowed: " +
intl.format(database.domains.allowed) +
" exact domains, " +
intl.format(database.regex.allowed) +
" regex filters"
@@ -290,7 +291,8 @@ function updateFtlInfo() {
.text(intl.format(database.domains.denied + database.regex.denied))
.attr(
"title",
intl.format(database.domains.denied) +
"Denied: " +
intl.format(database.domains.denied) +
" exact domains, " +
intl.format(database.regex.denied) +
" regex filters"