summaryrefslogtreecommitdiffstats
path: root/src
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:48 -0400
commit93955a58915faed0ff8f799ba9c54ba3eb988f74 (patch)
treec53cc4a231e0353afb1f7260a68dcd8694d798e6 /src
parent25bbf8a1b223672c483499529357c53208cc5df7 (diff)
downloadpfsense-93955a58915faed0ff8f799ba9c54ba3eb988f74.zip
pfsense-93955a58915faed0ff8f799ba9c54ba3eb988f74.tar.gz
Fix typo
Diffstat (limited to 'src')
-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