diff --git a/applications/luci-app-adblock/luasrc/model/cbi/adblock/blacklist_tab.lua b/applications/luci-app-adblock/luasrc/model/cbi/adblock/blacklist_tab.lua
index de24d77fbf..fc6b812d15 100644
--- a/applications/luci-app-adblock/luasrc/model/cbi/adblock/blacklist_tab.lua
+++ b/applications/luci-app-adblock/luasrc/model/cbi/adblock/blacklist_tab.lua
@@ -16,7 +16,7 @@ m = SimpleForm("input", nil)
m:append(Template("adblock/config_css"))
s = m:section(SimpleSection, nil,
- translate("This form allows you to modify the content of the adblock blacklist (" .. adbinput .. ").
")
+ translatef("This form allows you to modify the content of the adblock blacklist (%s).
", adbinput)
.. translate("Please add only one domain per line. Comments introduced with '#' are allowed - ip addresses, wildcards & regex are not."))
f = s:option(TextValue, "data")
diff --git a/applications/luci-app-adblock/luasrc/model/cbi/adblock/whitelist_tab.lua b/applications/luci-app-adblock/luasrc/model/cbi/adblock/whitelist_tab.lua
index 52db9a6941..955969e1fc 100644
--- a/applications/luci-app-adblock/luasrc/model/cbi/adblock/whitelist_tab.lua
+++ b/applications/luci-app-adblock/luasrc/model/cbi/adblock/whitelist_tab.lua
@@ -16,7 +16,7 @@ m = SimpleForm("input", nil)
m:append(Template("adblock/config_css"))
s = m:section(SimpleSection, nil,
- translate("This form allows you to modify the content of the adblock whitelist (" .. adbinput .. ").
")
+ translatef("This form allows you to modify the content of the adblock whitelist (%s).
", adbinput)
.. translate("Please add only one domain per line. Comments introduced with '#' are allowed - ip addresses, wildcards & regex are not."))
f = s:option(TextValue, "data")
diff --git a/applications/luci-app-adblock/luasrc/view/adblock/logread.htm b/applications/luci-app-adblock/luasrc/view/adblock/logread.htm
index 4a5585fd2c..ce842a88e8 100644
--- a/applications/luci-app-adblock/luasrc/view/adblock/logread.htm
+++ b/applications/luci-app-adblock/luasrc/view/adblock/logread.htm
@@ -8,7 +8,7 @@ This is free software, licensed under the Apache License, Version 2.0