summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-02-06 23:37:50 -0500
committerChris Buechler <cmb@pfsense.org>2010-02-06 23:37:50 -0500
commit93c3b51923ff1500cd022ac95a707830d4d41130 (patch)
tree42e7d78ed12cf01f4a087e7e4395cddb32dbb31d /usr/local/www
parent8f2c6b94a671148937dd61fdb0226938b3708ae7 (diff)
downloadpfsense-93c3b51923ff1500cd022ac95a707830d4d41130.zip
pfsense-93c3b51923ff1500cd022ac95a707830d4d41130.tar.gz
fix text
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/services_dhcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index b480217..b7fa1b7 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -113,7 +113,7 @@ if($config['installedpackages']['olsrd']) {
}
if (!$_GET['if'])
- $savemsg = "<b>The DHCP Server can only be enabled on interfaces configured with static IP addresses.<p> The interfaces not configured with static ip will not be shown.</p></b>";
+ $savemsg = "<b>The DHCP Server can only be enabled on interfaces configured with static IP addresses.<p> The interfaces not configured with a static IP will not be shown.</p></b>";
$iflist = get_configured_interface_with_descr();
OpenPOWER on IntegriCloud