summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp_edit.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-13 00:55:22 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-13 16:38:00 -0500
commit544af3fe6bef7f8ea30a9b49735103a5224b9386 (patch)
tree26744daa3995f88c1bce54ceac8e4bb8a4d484da /src/usr/local/www/services_dhcp_edit.php
parent1176360c1dfced60d0f4604296458bb8ccd63e9f (diff)
downloadpfsense-544af3fe6bef7f8ea30a9b49735103a5224b9386.zip
pfsense-544af3fe6bef7f8ea30a9b49735103a5224b9386.tar.gz
Synchronize page titles with tab titles. Rename some titles in order to be more consistent.
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 e5f9ab6..fc3d7c6 100644
--- a/src/usr/local/www/services_dhcp_edit.php
+++ b/src/usr/local/www/services_dhcp_edit.php
@@ -407,7 +407,7 @@ $ip = $_SERVER['REMOTE_ADDR'];
$mymac = `/usr/sbin/arp -an | grep '('{$ip}')' | cut -d" " -f4`;
$mymac = str_replace("\n", "", $mymac);
-$pgtitle = array(gettext("Services"), gettext("DHCP"), gettext("Edit Static Mapping"));
+$pgtitle = array(gettext("Services"), gettext("DHCP Server"), gettext("Edit Static Mapping"));
$shortcut_section = "dhcp";
include("head.inc");
OpenPOWER on IntegriCloud