modules/admin-full: live status, validation for dhcp leases
[project/luci.git] / modules / admin-full / luasrc / model / cbi / admin_network / wifi.lua
index 6568c76..87f7d8e 100644 (file)
@@ -33,6 +33,7 @@ function m.on_commit(map)
        local wnet = nw:get_wifinet(arg[2])
        if ifsection and wnet then
                ifsection.section = wnet.sid
+               m.title = wnet:get_i18n()
        end
 end