summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_dhcp.php')
-rw-r--r--src/usr/local/www/services_dhcp.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php
index 7c17e28..81cf5ac 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -965,10 +965,10 @@ if (!is_numeric($pool) && !($act == "newpool")) {
' This will be used for all DHCP interfaces lease time');
$section->addInput(new Form_Checkbox(
'statsgraph',
- 'RRD graphs',
- 'Enable RRD graphs',
+ 'Statistics graphs',
+ 'Enable RRD statistics graphs',
$pconfig['statsgraph']
- ))->setHelp('By default RRD graphs are disabled.');
+ ))->setHelp('Enable this to add DHCP leases statistics to the RRD graphs. Disabled by default.');
}
// DDNS
OpenPOWER on IntegriCloud