Merge pull request #1083 from dibdot/luci-app-adblock
[project/luci.git] / applications / luci-app-adblock / luasrc / model / cbi / adblock / whitelist_tab.lua
index 52db9a6..955969e 100644 (file)
@@ -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 .. ").<br />")
+       translatef("This form allows you to modify the content of the adblock whitelist (%s).<br />", 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")