diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-09-28 21:28:51 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2023-09-28 21:28:51 +0000 |
commit | 4a40a7ad72777d0e8c03c1b8c7249f2cc6cfb770 (patch) | |
tree | 6dcd19bbd2df6c7a2d29debc8f52be8363b58927 /applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js | |
parent | f51f52bfbb4fba77cc72548bc36908b2697c8c0a (diff) |
luci-app-adblock-fast: update to 1.0.0-4
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js')
-rw-r--r-- | applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js | 3 |
1 files changed, 3 insertions, 0 deletions
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", |