From 7aaf60a87cf5d564a80b6c1d1992281662cafdda Mon Sep 17 00:00:00 2001 From: k-paulius Date: Wed, 10 Feb 2016 22:53:22 -0600 Subject: Fix RADIUS spelling. It is written in all caps. --- src/usr/local/www/system_authservers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/system_authservers.php') 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( -- cgit v1.1