summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-03-13 00:15:05 -0500
committerChris Buechler <cmb@pfsense.org>2015-03-13 00:15:29 -0500
commit1188cdc865d6539469ffb9e3fcf50d0998cce751 (patch)
tree3ff7a6ea0a43747447a554d74e39fcecc6af6c9b /usr/local/www/interfaces.php
parent310ea4e25796080b1a7e1a0fa0a2c2f2c8a085cd (diff)
downloadpfsense-1188cdc865d6539469ffb9e3fcf50d0998cce751.zip
pfsense-1188cdc865d6539469ffb9e3fcf50d0998cce751.tar.gz
touch up interfaces.php text
Diffstat (limited to 'usr/local/www/interfaces.php')
-rw-r--r--usr/local/www/interfaces.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 9bcd2e0..e92fb36 100644
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -3326,14 +3326,14 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<td valign="top" class="vncell"><?=gettext("Key Rotation"); ?></td>
<td class="vtable">
<input name="wpa_group_rekey" type="text" class="formfld unknown" id="wpa_group_rekey" size="30" value="<?php echo $pconfig['wpa_group_rekey'] ? $pconfig['wpa_group_rekey'] : "60";?>" />
- <br /><?=gettext("Allowed values are 1-9999 but should not be longer than Master Key Regeneration time."); ?>
+ <br /><?=gettext("Allowed values are 1-9999. Must be longer than Master Key Regeneration time."); ?>
</td>
</tr>
<tr>
<td valign="top" class="vncell"><?=gettext("Master Key Regeneration"); ?></td>
<td class="vtable">
<input name="wpa_gmk_rekey" type="text" class="formfld" id="wpa_gmk_rekey" size="30" value="<?php echo $pconfig['wpa_gmk_rekey'] ? $pconfig['wpa_gmk_rekey'] : "3600";?>" />
- <br /><?=gettext("Allowed values are 1-9999 but should not be shorter than Key Rotation time."); ?>
+ <br /><?=gettext("Allowed values are 1-9999. Must be shorter than Key Rotation time."); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud