summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/firewall_rules_edit.php')
-rw-r--r--src/usr/local/www/firewall_rules_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/firewall_rules_edit.php b/src/usr/local/www/firewall_rules_edit.php
index 17bf822..94374ca 100644
--- a/src/usr/local/www/firewall_rules_edit.php
+++ b/src/usr/local/www/firewall_rules_edit.php
@@ -1048,7 +1048,7 @@ if ($input_errors) {
}
$form = new Form;
-$section = new Form_Section('Edit Firewall rule');
+$section = new Form_Section('Edit Firewall Rule');
if (isset($id)) {
$form->addGlobal(new Form_Input(
@@ -1380,7 +1380,7 @@ foreach (['src' => 'Source', 'dst' => 'Destination'] as $type => $name) {
$form->add($section);
}
-$section = new Form_Section('Extra options');
+$section = new Form_Section('Extra Options');
$section->addInput(new Form_Checkbox(
'log',
'Log',
@@ -1416,7 +1416,7 @@ if (!$adv_open) {
$form->add($section);
-$section = new Form_Section('Advanced options');
+$section = new Form_Section('Advanced Options');
$section->addClass('advanced-options');
$section->addInput(new Form_Select(
OpenPOWER on IntegriCloud