summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-10 22:53:22 -0600
committerk-paulius <k.dash.paulius@gmail.com>2016-02-10 22:53:22 -0600
commit7aaf60a87cf5d564a80b6c1d1992281662cafdda (patch)
treed878a9644cff5cfecb7033f0c06272718052ce49 /src/usr/local/www/system_authservers.php
parent204146557e3fbbb9487ea21a6261e55955d2843a (diff)
downloadpfsense-7aaf60a87cf5d564a80b6c1d1992281662cafdda.zip
pfsense-7aaf60a87cf5d564a80b6c1d1992281662cafdda.tar.gz
Fix RADIUS spelling. It is written in all caps.
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-rw-r--r--src/usr/local/www/system_authservers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php
index da9f4cf..8f22868 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -689,7 +689,7 @@ $section->addInput(new Form_Checkbox(
$form->add($section);
// ==== RADIUS section ========================================================
-$section = new Form_Section('Radius Server Settings');
+$section = new Form_Section('RADIUS Server Settings');
$section->addClass('toggle-radius collapse');
$section->addInput(new Form_Input(
OpenPOWER on IntegriCloud