summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-03-11 22:00:43 -0500
committerChris Buechler <cmb@pfsense.org>2015-03-11 22:00:43 -0500
commit3d67c650ef00403d4402d3a905c91a78dd831c82 (patch)
treefbddd76e50692e9825996a6137afaee5fe383029
parent1ca17c45c10229c340b61d3b66f72352513eebe6 (diff)
downloadpfsense-3d67c650ef00403d4402d3a905c91a78dd831c82.zip
pfsense-3d67c650ef00403d4402d3a905c91a78dd831c82.tar.gz
clean up unique IDs text a bit.
-rw-r--r--usr/local/www/vpn_ipsec_settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/vpn_ipsec_settings.php b/usr/local/www/vpn_ipsec_settings.php
index c944ef7..6f49c78 100644
--- a/usr/local/www/vpn_ipsec_settings.php
+++ b/usr/local/www/vpn_ipsec_settings.php
@@ -276,7 +276,7 @@ function maxmss_checked(obj) {
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Unique IDs"); ?></td>
<td width="78%" class="vtable">
- <strong><?=gettext("Handle IDs as: "); ?></strong>
+ <strong><?=gettext("Configure Unique IDs as: "); ?></strong>
<?php echo "<select name=\"uniqueids\" id=\"uniqueids\">\n";
foreach ($ipsec_idhandling as $value => $lvalue) {
echo "<option value=\"{$value}\" ";
@@ -293,7 +293,7 @@ function maxmss_checked(obj) {
"The difference between <b>no</b> and <b>never</b> is that the old IKE_SAs will be replaced when receiving an " .
"INITIAL_CONTACT notify if the option is no but will ignore these notifies if <b>never</b> is configured. " .
"The daemon also accepts the value <b>keep</b> to reject " .
- "new IKE_SA setups and keep the duplicate established earlier."); ?>
+ "new IKE_SA setups and keep the duplicate established earlier. Defaults to Yes."); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud