summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/vpn_ipsec_settings.php')
-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