summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorgnhb <gnoahb@gmail.com>2010-05-31 22:02:52 +0700
committergnhb <gnoahb@gmail.com>2010-05-31 22:02:52 +0700
commit24bc6ffbc4da49bc09b483f486bb11c288cbee1a (patch)
treec7c37814e7d9b2bceabee4000694bdc2745d9552 /usr
parente8d50a4a0eab841da43148b47bf96f01c01ccd64 (diff)
downloadpfsense-24bc6ffbc4da49bc09b483f486bb11c288cbee1a.zip
pfsense-24bc6ffbc4da49bc09b483f486bb11c288cbee1a.tar.gz
Update note text.
Change label and update note text about Advanced and MLPPP configs.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index a4b290a..d215871 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1286,7 +1286,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "ppp" =
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">More</td>
+ <td width="22%" valign="top" class="vncell">Advanced and MLPPP</td>
<?php if (isset($pconfig['pppid'])): ?>
<td width="78%" class="vtable">
<a href="/interfaces_ppps_edit.php?id=<?=htmlspecialchars($pconfig['pppid']);?>" class="navlnk">Click here</a>
@@ -1295,7 +1295,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "ppp" =
<? else: ?>
<td width="78%" class="vtable">
<a href="/interfaces_ppps_edit.php" class="navlnk">Click here</a>
- for advanced PPPoE configuration options or MLPPP configuration.
+ for advanced PPPoE configuration options and MLPPP configuration.
</td>
<? endif; ?>
</tr>
OpenPOWER on IntegriCloud