summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp_relay.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-12-25 19:23:02 -0500
committerChris Buechler <cmb@pfsense.org>2011-12-25 19:23:29 -0500
commit45c8402fb2916463f5ee980f99790194b59153e1 (patch)
tree789d982c0941f4e7dde99bb7d281a31e7aeba991 /usr/local/www/services_dhcp_relay.php
parentb145863adf3f3bc0bcd3bce3ca5ea77bb4087be5 (diff)
downloadpfsense-45c8402fb2916463f5ee980f99790194b59153e1.zip
pfsense-45c8402fb2916463f5ee980f99790194b59153e1.tar.gz
fix text
Diffstat (limited to 'usr/local/www/services_dhcp_relay.php')
-rwxr-xr-xusr/local/www/services_dhcp_relay.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/services_dhcp_relay.php b/usr/local/www/services_dhcp_relay.php
index ee2553b..322580c 100755
--- a/usr/local/www/services_dhcp_relay.php
+++ b/usr/local/www/services_dhcp_relay.php
@@ -77,7 +77,7 @@ if ($_POST) {
$checksrv = explode(",", $_POST['server']);
foreach ($checksrv as $srv) {
if (!is_ipaddr($srv))
- $input_errors[] = gettext("A valid Destination Server IP address must be specified.");
+ $input_errors[] = gettext("A valid Destination Server IP address must be specified.");
}
}
}
@@ -133,7 +133,7 @@ function enable_change(enable_over) {
<tr>
<?php
if ($dhcpd_enabled) {
- echo "<td>DHCP Server is currently enabled. Cannot enable the DHCP Relay service while the DHCP Server is enabled on any interface.";
+ echo "<td>DHCP Server is currently enabled. Cannot enable the DHCP Relay service while the DHCP Server is enabled on any interface.";
echo "</td></tr></table></div></td></tr></table></body>";
echo "</html>";
include("fend.inc");
@@ -165,7 +165,7 @@ function enable_change(enable_over) {
}
?>
</select>
- <br />Interfaces without an ip address will not be shown.
+ <br />Interfaces without an IP address will not be shown.
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud