summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
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:05:46 -0400
commit633df926f9b870b5ca979290dfad066fd1ede629 (patch)
tree0c1ebb036ac37fe84e87ffa280a93fdd37d7cb35 /usr/local/www/interfaces.php
parent51c2680872c9652882fa4a42b56547bcc94d2af6 (diff)
downloadpfsense-633df926f9b870b5ca979290dfad066fd1ede629.zip
pfsense-633df926f9b870b5ca979290dfad066fd1ede629.tar.gz
Correct descriptions on Key Rotation and Master Key Regeneration for wireless.
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 90b1a24..078857e 100644
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -3575,14 +3575,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