summaryrefslogtreecommitdiffstats
path: root/usr/local/www
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:26 -0600
commitd7f4c1a42def0b2db12db56c11a6d1949129122d (patch)
treeeb7b2d642beab3e21b689807a84e851aee622cc4 /usr/local/www
parente829fcbb91a79b8aab19d9ef3bd3a834bb431eaa (diff)
downloadpfsense-d7f4c1a42def0b2db12db56c11a6d1949129122d.zip
pfsense-d7f4c1a42def0b2db12db56c11a6d1949129122d.tar.gz
fix responder-only IPsec text
Diffstat (limited to 'usr/local/www')
-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