protocols/core: change vendorclass option to vendorid to match actual OpenWrt impleme...
[project/luci.git] / protocols / core / luasrc / model / cbi / admin_network / proto_dhcp.lua
index 68c32f2ea9a05ac7be3899baa27cfbe622c31c3c..aaac14ebb8b222c266ee058e90c0cd80cf2e2a64 100644 (file)
@@ -103,7 +103,7 @@ clientid = section:taboption("advanced", Value, "clientid",
        translate("Client ID to send when requesting DHCP"))
 
 
-vendorclass = section:taboption("advanced", Value, "vendorclass",
+vendorclass = section:taboption("advanced", Value, "vendorid",
        translate("Vendor Class to send when requesting DHCP"))