diff options
Diffstat (limited to 'src/usr/local/www/firewall_schedule_edit.php')
-rw-r--r-- | src/usr/local/www/firewall_schedule_edit.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/firewall_schedule_edit.php b/src/usr/local/www/firewall_schedule_edit.php index 93c7f91..72090ab 100644 --- a/src/usr/local/www/firewall_schedule_edit.php +++ b/src/usr/local/www/firewall_schedule_edit.php @@ -386,7 +386,7 @@ if ($input_errors) { $form = new Form(); -$section = new Form_Section('Schedule information'); +$section = new Form_Section('Schedule Information'); $input = new Form_Input( 'name', @@ -489,7 +489,7 @@ if (isset($id) && $a_schedules[$id]) { $form->add($section); -$section = new Form_Section('Configured ranges'); +$section = new Form_Section('Configured Ranges'); $counter = 0; if ($getSchedule) { |