summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_l2tp.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-04-05 18:06:18 -0400
committerChris Buechler <cmb@pfsense.org>2010-04-05 18:06:18 -0400
commit221f5d17b63288249e3872d72dac683a1c1206f3 (patch)
tree111854d8edf57f3611611f9bec5fd7aa8e3cd603 /usr/local/www/vpn_l2tp.php
parentc67bbe0480e68987d16e691f61425ee79760df83 (diff)
downloadpfsense-221f5d17b63288249e3872d72dac683a1c1206f3.zip
pfsense-221f5d17b63288249e3872d72dac683a1c1206f3.tar.gz
don't display disabled tunnels on diag_ipsec.php
fix up L2TP text
Diffstat (limited to 'usr/local/www/vpn_l2tp.php')
-rw-r--r--usr/local/www/vpn_l2tp.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/vpn_l2tp.php b/usr/local/www/vpn_l2tp.php
index 24bb85c..025e30f 100644
--- a/usr/local/www/vpn_l2tp.php
+++ b/usr/local/www/vpn_l2tp.php
@@ -297,7 +297,7 @@ function enable_change(enable_over) {
<td width="78%" class="vtable">
<?=$mandfldhtml;?><input name="localip" type="text" class="formfld unknown" id="localip" size="20" value="<?=htmlspecialchars($pconfig['localip']);?>" />
<br />
- <?=gettext("Enter the IP address the l2tp server should use on its side for all clients.");?></td>
+ <?=gettext("Enter the IP address the L2TP server should use on its side for all clients.");?></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("Remote address range");?></td>
@@ -325,7 +325,7 @@ function enable_change(enable_over) {
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncellreq">No. L2TP users</td>
+ <td width="22%" valign="top" class="vncellreq">Number of L2TP users</td>
<td width="78%" class="vtable">
<select id="n_l2tp_units" name="n_l2tp_units">
<?php
@@ -338,7 +338,7 @@ function enable_change(enable_over) {
}
?>
</select>
- <br>Hint: 10 is TEN l2tp clients
+ <br>Hint: 10 is ten L2TP clients
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud