summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp_edit.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-07-06 00:49:22 -0700
committerNOYB <Al_Stu@Frontier.com>2016-07-06 00:49:22 -0700
commit82f6c64aa5c801d95bf6b965ba67a74ee40958a4 (patch)
tree3f7c4dbc36bf14213a334c49a8e2bad33e873ca6 /src/usr/local/www/services_dhcp_edit.php
parente55810246439f22523cfd13846749aae34c3b700 (diff)
downloadpfsense-82f6c64aa5c801d95bf6b965ba67a74ee40958a4.zip
pfsense-82f6c64aa5c801d95bf6b965ba67a74ee40958a4.tar.gz
Change group labels s/MAC controls/MAC Address/
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