summaryrefslogtreecommitdiffstats
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:02 -0500
commit13113484a3f304455b5187a98a098c21ea0d74da (patch)
tree0ca1ab829ce0f3352273039614511e2d378cb196
parent12df4040d67580bbf884f63e14df9fbad2045466 (diff)
downloadpfsense-13113484a3f304455b5187a98a098c21ea0d74da.zip
pfsense-13113484a3f304455b5187a98a098c21ea0d74da.tar.gz
fix text
-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