summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-11-19 02:27:57 -0600
committerChris Buechler <cmb@pfsense.org>2015-11-19 02:27:57 -0600
commit61237194976b13fd4570e2849339019c9c7e1577 (patch)
tree5bb020dd67e579e5a82e47f2bab9b59de0358144 /src/usr/local/www/services_dhcp.php
parent753260d111377cc86bfb378a1b83c3f820d96de0 (diff)
downloadpfsense-61237194976b13fd4570e2849339019c9c7e1577.zip
pfsense-61237194976b13fd4570e2849339019c9c7e1577.tar.gz
Clarify description. Ticket #5387
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