From 71581c80b1436057bdd953e95a5cd5faf046d0ee Mon Sep 17 00:00:00 2001 From: Ameer Dawood Date: Sun, 19 Aug 2018 13:42:49 +0500 Subject: luci-app-unbound: Colons removed from input headers Most OpenWrt applications do not have a colon in input headers. This has been explained in #1566 as well. This commit removes the said colons. Signed-off-by: Ameer Dawood --- applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua b/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua index 8170f3d2b..df2164f8a 100644 --- a/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua +++ b/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua @@ -250,7 +250,7 @@ if (valman == "0") then qrs:depends("query_minimize", true) eds = s1:taboption("resource", Value, "edns_size", - translate("EDNS Size:"), + translate("EDNS Size"), translate("Limit extended DNS packet size")) eds.datatype = "and(uinteger,min(512),max(4096))" eds.placeholder = "1280" -- cgit v1.2.3