diff --git a/scripts/js/footer.js b/scripts/js/footer.js
index c25d3b4e..dab06747 100644
--- a/scripts/js/footer.js
+++ b/scripts/js/footer.js
@@ -283,9 +283,9 @@ function updateFtlInfo() {
"title",
"Allowed: " +
intl.format(database.domains.allowed) +
- " exact domains, " +
+ " exact domains and " +
intl.format(database.regex.allowed) +
- " regex filters"
+ " regex filters are enabled"
);
$("#num_denied")
.text(intl.format(database.domains.denied + database.regex.denied))
@@ -293,9 +293,9 @@ function updateFtlInfo() {
"title",
"Denied: " +
intl.format(database.domains.denied) +
- " exact domains, " +
+ " exact domains and " +
intl.format(database.regex.denied) +
- " regex filters"
+ " regex filters are enabled"
);
updateQueryFrequency(intl, ftl.query_frequency);
$("#sysinfo-cpu-ftl").text("(" + ftl["%cpu"].toFixed(1) + "% used by FTL)");
diff --git a/scripts/lua/sidebar.lp b/scripts/lua/sidebar.lp
index b8f8efb2..c76859b4 100644
--- a/scripts/lua/sidebar.lp
+++ b/scripts/lua/sidebar.lp
@@ -45,7 +45,7 @@
Groups
-
+
@@ -61,8 +61,8 @@
Domains
-
-
+
+
@@ -70,7 +70,7 @@
Lists
-
+