From 4a40a7ad72777d0e8c03c1b8c7249f2cc6cfb770 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Thu, 28 Sep 2023 21:28:51 +0000 Subject: luci-app-adblock-fast: update to 1.0.0-4 Signed-off-by: Stan Grishin --- .../htdocs/luci-static/resources/adblock-fast/status.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js') diff --git a/applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js b/applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js index fa1f98e3cd..ae41968944 100644 --- a/applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js +++ b/applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js @@ -276,6 +276,9 @@ var status = baseclass.extend({ "Failed to create output/cache/gzip file directory" ), errorDetectingFileType: _("Failed to detect format %s"), + errorNothingToDo: _( + "No blocked list URLs nor blocked-domains enabled" + ), }; var errorsTitle = E( "label", -- cgit v1.2.3