summaryrefslogtreecommitdiffstats
path: root/src
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
parentda76721a13f3861ebeca361808689b13835f8097 (diff)
parent82f6c64aa5c801d95bf6b965ba67a74ee40958a4 (diff)
downloadpfsense-ce9130bc2ecf770b0b90ba86c1f4340e69fa8a52.zip
pfsense-ce9130bc2ecf770b0b90ba86c1f4340e69fa8a52.tar.gz
Merge pull request #3043 from NOYB/Label_Rename
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/interfaces.php2
-rw-r--r--src/usr/local/www/services_dhcp_edit.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index c880904..1f6b9b1 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -1761,7 +1761,7 @@ $btnmymac = new Form_Button(
$btnmymac->setAttribute('type','button')->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('This field can be used to modify ("spoof") the MAC address of this interface.' . '<br />' .
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