summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-02-22 02:07:19 -0500
committerChris Buechler <cmb@pfsense.org>2010-02-22 02:07:19 -0500
commit55e52bc6bd8f51e1a8d8d2c1e94d819063d658b6 (patch)
tree28d320ddc4b0daa85f958b4d0c55e6ecca71b6db /usr/local/www/services_dhcp.php
parent9301de7eae380eac0890db11d57c6c7aecdcbe3e (diff)
downloadpfsense-55e52bc6bd8f51e1a8d8d2c1e94d819063d658b6.zip
pfsense-55e52bc6bd8f51e1a8d8d2c1e94d819063d658b6.tar.gz
fix text
Diffstat (limited to 'usr/local/www/services_dhcp.php')
-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 b7fa1b7..f177dbb 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 a 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> Only interfaces configured with a static IP will be shown.</p></b>";
$iflist = get_configured_interface_with_descr();
OpenPOWER on IntegriCloud