several minor fixes

This commit is contained in:
alejandro.campos@artica.es 2023-03-29 17:45:37 +02:00
parent 061c9f8750
commit e8323e4b00
5 changed files with 5 additions and 5 deletions

View File

@ -808,7 +808,7 @@ $table->data['edit1'][1] = '<table width="100%">';
1 1
); );
$table->data['edit3'][2] = __('SMNP community'); $table->data['edit3'][2] = __('SNMP community');
$table->data['edit3'][3] = html_print_input_text( $table->data['edit3'][3] = html_print_input_text(
'snmp_community', 'snmp_community',
'', '',

View File

@ -56,7 +56,7 @@ ui_print_standard_header(
], ],
[ [
'link' => '', 'link' => '',
'label' => __('SMNP'), 'label' => __('SNMP'),
], ],
] ]
); );

View File

@ -48,7 +48,7 @@ ui_print_standard_header(
], ],
[ [
'link' => '', 'link' => '',
'label' => __('SMNP'), 'label' => __('SNMP'),
], ],
] ]
); );

View File

@ -87,7 +87,7 @@ ui_print_standard_header(
], ],
[ [
'link' => '', 'link' => '',
'label' => __('SMNP'), 'label' => __('SNMP'),
], ],
] ]
); );

View File

@ -57,7 +57,7 @@ ui_print_standard_header(
], ],
[ [
'link' => '', 'link' => '',
'label' => __('SMNP'), 'label' => __('SNMP'),
], ],
] ]
); );