summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2018-01-12 10:50:58 +0100
committerFlorian Eckert <fe@dev.tdt.de>2018-01-18 15:09:08 +0100
commit72bcd39b9fdcf9d1aad01894c8cc72bfb1d33cb7 (patch)
tree68baa7cc5db6e34a98df48700b81f921f7ebdade /applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua
parent0b4942c396b44e1597c6c1592aef86d0a345a006 (diff)
luci-app-mwan3: unify header in configuration tab
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua')
-rw-r--r--applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua
index b73ee5765..aa7daab1d 100644
--- a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua
+++ b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua
@@ -3,11 +3,11 @@
ds = require "luci.dispatcher"
-m5 = Map("mwan3", translate("MWAN Member Configuration"))
+m5 = Map("mwan3", translate("MWAN - Members"))
m5:append(Template("mwan/config_css"))
-mwan_member = m5:section(TypedSection, "member", translate("Members"),
+mwan_member = m5:section(TypedSection, "member", nil,
translate("Members are profiles attaching a metric and weight to an MWAN interface<br />" ..
"Names may contain characters A-Z, a-z, 0-9, _ and no spaces<br />" ..
"Members may not share the same name as configured interfaces, policies or rules"))