summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-06-20 13:52:29 -0400
committerjim-p <jimp@pfsense.org>2016-06-20 13:52:51 -0400
commit5cc9858ed86b4f55ef11685836236c427c5da932 (patch)
tree9a2ae9549e4aae18eaeee481ebc7f072f6085004
parent2c5579ce4f81b5790c6f3c64fad7059c3a50e802 (diff)
downloadpfsense-5cc9858ed86b4f55ef11685836236c427c5da932.zip
pfsense-5cc9858ed86b4f55ef11685836236c427c5da932.tar.gz
Fix typo
-rw-r--r--src/usr/local/www/services_captiveportal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_captiveportal.php b/src/usr/local/www/services_captiveportal.php
index 3ca3fa8..02672b3 100644
--- a/src/usr/local/www/services_captiveportal.php
+++ b/src/usr/local/www/services_captiveportal.php
@@ -967,7 +967,7 @@ $section->addClass('Radius');
$section->addInput(new Form_Checkbox(
'reauthenticate',
- 'Reathentication',
+ 'Reauthentication',
'Reauthenticate connected users every minute',
$pconfig['reauthenticate']
))->setHelp('If reauthentication is enabled, Access-Requests will be sent to the RADIUS server for each user that is logged in every minute. ' .
OpenPOWER on IntegriCloud