summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-02-23 09:30:31 -0300
committerRenato Botelho <garga@FreeBSD.org>2015-02-23 09:30:31 -0300
commit7ccc1c32c3afc18c9db686b18478d5cbffcda1b7 (patch)
treec9c96533a1105f2a1965cb13b39ec4c868d6c513 /usr
parent1a1df767c4aeeb69e4d5e3122feb6db7bc135f69 (diff)
parent1862040059e4e64859f2fc8cd8395c367ec59a57 (diff)
downloadpfsense-7ccc1c32c3afc18c9db686b18478d5cbffcda1b7.zip
pfsense-7ccc1c32c3afc18c9db686b18478d5cbffcda1b7.tar.gz
Merge pull request #1505 from phil-davis/patch-7
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/services_dhcp_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp_edit.php b/usr/local/www/services_dhcp_edit.php
index c044185..e91a23d 100644
--- a/usr/local/www/services_dhcp_edit.php
+++ b/usr/local/www/services_dhcp_edit.php
@@ -368,7 +368,7 @@ include("head.inc");
<form action="services_dhcp_edit.php" method="post" name="iform" id="iform">
<table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0" summary="static mapping">
<tr>
- <td colspan="2" valign="top" class="listtopic"><?=gettext("Static DHCP Mapping");?></td>
+ <td colspan="2" valign="top" class="listtopic"><?=sprintf(gettext("Static DHCP Mapping on %s"),$ifcfgdescr);?></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("MAC address");?></td>
OpenPOWER on IntegriCloud