summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-09-16 15:33:32 +0200
committerErmal <eri@pfsense.org>2014-09-16 15:33:32 +0200
commit76266acdbd82466fb6f08afc19e1a9fa61f54bda (patch)
treee3053702c1b7e363f078f42568977ba159d22aec
parent8f097bddc06e876d1c7b07d433abce324d331fcc (diff)
downloadpfsense-76266acdbd82466fb6f08afc19e1a9fa61f54bda.zip
pfsense-76266acdbd82466fb6f08afc19e1a9fa61f54bda.tar.gz
Correct speeling as reported by: Phil Davis via github
-rw-r--r--usr/local/www/vpn_ipsec_phase1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec_phase1.php b/usr/local/www/vpn_ipsec_phase1.php
index 21d6699..4d61715 100644
--- a/usr/local/www/vpn_ipsec_phase1.php
+++ b/usr/local/www/vpn_ipsec_phase1.php
@@ -853,7 +853,7 @@ function dpdchkbox_change() {
<td width="22%" valign="top" class="vncell"><?=gettext("Disable Reauth");?></td>
<td width="78%" class="vtable">
<input name="reauth_enable" type="checkbox" id="reauth_enable" value="yes" <?php if (isset($pconfig['reauth_enable'])) echo "checked=\"checked\""; ?> />
- <?=gettext("whether rekeying of an IKE_SA should also reauthenticate the peer. In IKEv1, reauthentication is always don.."); ?><br />
+ <?=gettext("Whether rekeying of an IKE_SA should also reauthenticate the peer. In IKEv1, reauthentication is always done."); ?><br />
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud