diff options
author | Dirk Brenken <dev@brenken.org> | 2018-08-20 17:11:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-20 17:11:06 +0200 |
commit | 4dd932fdf9d386518bd33dbd8f93e9cfef45dbcc (patch) | |
tree | aaad9c405d95a579f11777526ce382e19f31e7b8 | |
parent | 6fa126755329c0d4c0d80c51f1b16ccf16c272e3 (diff) | |
parent | 71581c80b1436057bdd953e95a5cd5faf046d0ee (diff) |
Merge pull request #2095 from ameer1234567890/remove-colons-unbound
luci-app-unbound: Colons removed from input headers
-rw-r--r-- | applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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" |