luci-app-mwan3: unify header in configuration tab
[project/luci.git] / applications / luci-app-mwan3 / luasrc / model / cbi / mwan / notify.lua
index 20e86fc..14237e6 100644 (file)
@@ -4,9 +4,9 @@ local fs = require "nixio.fs"
 local ut = require "luci.util"
 script = "/etc/mwan3.user"
 
-m5 = SimpleForm("luci", nil)
+m5 = SimpleForm("luci", translate("MWAN - Notification"))
 
-f = m5:section(SimpleSection, translate("MWAN Notification"),
+f = m5:section(SimpleSection, nil,
        translate("This section allows you to modify the content of \"/etc/mwan3.user\".<br />" ..
        "The file is also preserved during sysupgrade.<br />" ..
        "<br />" ..