summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_phase1.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-02-03 12:54:26 -0600
committerChris Buechler <cmb@pfsense.org>2015-02-03 12:54:50 -0600
commit98b3de7829b08d8a2a54a93ec41c67871de5c40f (patch)
tree17c2199ee89a4e67730178f96ff1b53ec7fa0050 /usr/local/www/vpn_ipsec_phase1.php
parentadf17d4f0e783dcc3c1d799a92da91e8ce558683 (diff)
downloadpfsense-98b3de7829b08d8a2a54a93ec41c67871de5c40f.zip
pfsense-98b3de7829b08d8a2a54a93ec41c67871de5c40f.tar.gz
fix responder-only IPsec text
Diffstat (limited to 'usr/local/www/vpn_ipsec_phase1.php')
-rw-r--r--usr/local/www/vpn_ipsec_phase1.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/vpn_ipsec_phase1.php b/usr/local/www/vpn_ipsec_phase1.php
index 8738038..e7c5cdb 100644
--- a/usr/local/www/vpn_ipsec_phase1.php
+++ b/usr/local/www/vpn_ipsec_phase1.php
@@ -902,10 +902,10 @@ function dpdchkbox_change() {
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell"><?=gettext("Only repsonder");?></td>
+ <td width="22%" valign="top" class="vncell"><?=gettext("Responder Only");?></td>
<td width="78%" class="vtable">
<input name="responderonly" type="checkbox" id="responderonly" value="yes" <?php if (isset($pconfig['responderonly'])) echo "checked=\"checked\""; ?> />
- <?=gettext("Whether a connection should be passive on a connection and just wait connectivity from the other peer.."); ?><br />
+ <?=gettext("Enable this option to never initiate this connection from this side, only respond to incoming requests."); ?><br />
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud