summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-07-06 15:16:44 -0500
committerChris Buechler <cmb@pfsense.org>2016-07-06 15:16:44 -0500
commitce9130bc2ecf770b0b90ba86c1f4340e69fa8a52 (patch)
treeb784985738b1e6c60bef13898823401c7cc64f19 /src/usr/local/www/services_dhcp_edit.php
parentda76721a13f3861ebeca361808689b13835f8097 (diff)
parent82f6c64aa5c801d95bf6b965ba67a74ee40958a4 (diff)
downloadpfsense-ce9130bc2ecf770b0b90ba86c1f4340e69fa8a52.zip
pfsense-ce9130bc2ecf770b0b90ba86c1f4340e69fa8a52.tar.gz
Merge pull request #3043 from NOYB/Label_Rename
Diffstat (limited to 'src/usr/local/www/services_dhcp_edit.php')
-rw-r--r--src/usr/local/www/services_dhcp_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcp_edit.php b/src/usr/local/www/services_dhcp_edit.php
index 24d0d98..9fa3395 100644
--- a/src/usr/local/www/services_dhcp_edit.php
+++ b/src/usr/local/www/services_dhcp_edit.php
@@ -441,7 +441,7 @@ $btnmymac = new Form_Button(
$btnmymac->setAttribute('type','button')->removeClass('btn-primary')->addClass('btn-success btn-sm');
-$group = new Form_Group('MAC controls');
+$group = new Form_Group('MAC Address');
$group->add($macaddress);
$group->add($btnmymac);
$group->setHelp('MAC address (6 hex octets separated by colons)');
OpenPOWER on IntegriCloud