summaryrefslogtreecommitdiffstats
path: root/dhcp-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp-model.lua')
-rw-r--r--dhcp-model.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcp-model.lua b/dhcp-model.lua
index 6c34931..5f84e8e 100644
--- a/dhcp-model.lua
+++ b/dhcp-model.lua
@@ -521,7 +521,7 @@ mymodule.get_hosts = function ()
end
end
- return cfe({ type="list", value=retval, label="Host list" })
+ return cfe({ type="list", value=retval, label="Host Declarations" })
end
mymodule.create_new_subnet = function()
@@ -689,7 +689,7 @@ mymodule.get_subnets = function ()
end
end
- return cfe({ type="list", value=retval, label="Subnet list" })
+ return cfe({ type="list", value=retval, label="Subnet Declarations" })
end
mymodule.read_settings = function()