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-11 23:48:26 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-12 08:22:14 -0500
commitc8f6b745991bfa2bbb6410722d6e09860169af6c (patch)
treefe652ceda81e13393dace5bc4fa128ad812b28d3 /src/usr/local/www/services_dhcp_edit.php
parenta9f5d420d7dca3a83da318dd627d7ac897503231 (diff)
downloadpfsense-c8f6b745991bfa2bbb6410722d6e09860169af6c.zip
pfsense-c8f6b745991bfa2bbb6410722d6e09860169af6c.tar.gz
Synchronize page title with tab title. Convert page title to title case.
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 dfc11fb..e5f9ab6 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"), gettext("Edit Static Mapping"));
$shortcut_section = "dhcp";
include("head.inc");
OpenPOWER on IntegriCloud