summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_snmp.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_snmp.php')
-rw-r--r--src/usr/local/www/services_snmp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_snmp.php b/src/usr/local/www/services_snmp.php
index 16ef69f..3cd949f 100644
--- a/src/usr/local/www/services_snmp.php
+++ b/src/usr/local/www/services_snmp.php
@@ -233,7 +233,7 @@ $section->addInput(new Form_Checkbox(
$form->add($section);
-$section = new Form_Section('SNMP Daemon settings');
+$section = new Form_Section('SNMP Daemon Settings');
$section->addInput(new Form_Input(
'pollport',
@@ -276,7 +276,7 @@ $section->addInput(new Form_Checkbox(
$form->add($section);
-$section = new Form_Section('SNMP Trap settings');
+$section = new Form_Section('SNMP Trap Settings');
if ($pconfig['trapenable']) {
$section->addClass('toggle-traps', 'in');
OpenPOWER on IntegriCloud