summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-05-21 08:04:32 -0400
committerjim-p <jimp@pfsense.org>2015-05-21 08:04:32 -0400
commit8a736faeae8113daa85c6ad8da3dd3dc9e789a87 (patch)
tree8dc0760d9c0870a82a9306d0a4ffa4f0cb271f1c /usr/local/www
parent3a44f4a2555e95db3534cf2d9cd783a45a9aec74 (diff)
downloadpfsense-8a736faeae8113daa85c6ad8da3dd3dc9e789a87.zip
pfsense-8a736faeae8113daa85c6ad8da3dd3dc9e789a87.tar.gz
Correct descriptions on Key Rotation and Master Key Regeneration for wireless.
Diffstat (limited to 'usr/local/www')
-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 80b736f..62bf323 100644
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -3333,14 +3333,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. Must be longer than Master Key Regeneration time."); ?>
+ <br /><?=gettext("Specified in seconds. Allowed values are 1-9999. Must be shorter 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. Must be shorter than Key Rotation time."); ?>
+ <br /><?=gettext("Specified in seconds. Allowed values are 1-9999. Must be longer than Key Rotation time."); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud