summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-01-08 02:14:44 +0000
committerChris Buechler <cmb@pfsense.org>2008-01-08 02:14:44 +0000
commit5c99e8ef6fac9f35dd29d2acd93dd3d217d835eb (patch)
tree5e282a522f9adf377b0ea61a403ae9c368fc8e5c
parentd6528238b5e3260f3f385933b6804aa4d15ff0e9 (diff)
downloadpfsense-5c99e8ef6fac9f35dd29d2acd93dd3d217d835eb.zip
pfsense-5c99e8ef6fac9f35dd29d2acd93dd3d217d835eb.tar.gz
touch up text
Ticket #1569
-rwxr-xr-xusr/local/www/diag_backup.php2
-rwxr-xr-xusr/local/www/firewall_nat_out.php2
-rwxr-xr-xusr/local/www/vpn_ipsec.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php
index df9e29c..71b48fe 100755
--- a/usr/local/www/diag_backup.php
+++ b/usr/local/www/diag_backup.php
@@ -48,7 +48,7 @@ function spit_out_select_items($area) {
<option VALUE="filter">Firewall Rules</option>
<option VALUE="nat">NAT</option>
<option VALUE="pptpd">PPTP Server</option>
- <option VALUE="ipsec">IPSEC VPN</option>
+ <option VALUE="ipsec">IPsec VPN</option>
<option VALUE="captiveportal">Captive Portal</option>
<option VALUE="installedpackages">Package Manager</option>
<option VALUE="interfaces">Interfaces</option>
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index 640db8f..99f6ed1 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -205,7 +205,7 @@ include("head.inc");
<tr>
<td class="vtable"><p>
<input name="advancedoripsec" type="radio" id="ipsecpassthru" value="ipsecpassthru" <?php if (isset($config['nat']['ipsecpassthru']['enable'])) echo "checked";?>>
- <strong><?=gettext("Automatic outbound NAT rule generation (IPSEC passthrough)");?></strong></p>
+ <strong><?=gettext("Automatic outbound NAT rule generation (IPsec passthrough)");?></strong></p>
</td>
</tr>
<tr>
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index a539ba6..c7c3711 100755
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -214,7 +214,7 @@ include("head.inc");
</tr>
<td colspan="4">
<p><span class="vexpl"><span class="red"><strong>Note:<br>
- </strong></span>You can check your IPSEC status at <a href="diag_ipsec_sad.php">Status:IPSEC</a>.</span></p>
+ </strong></span>You can check your IPsec status at <a href="diag_ipsec_sad.php">Status:IPsec</a>.</span></p>
</td>
</tr>
</table>
OpenPOWER on IntegriCloud