fixed minor error
Former-commit-id: 5025e19699e773afee950a31bdceeeb0eb4bc47d
This commit is contained in:
parent
fadf75a626
commit
cfcb427676
|
@ -216,7 +216,7 @@ $table->data[5][1] .= html_print_input_text(
|
|||
$max_critical,
|
||||
'',
|
||||
5,
|
||||
1024,
|
||||
15,
|
||||
true
|
||||
).'</span>';
|
||||
$table->data[5][1] .= '<span id="string_critical"><em>'.__('Str.').' </em> ';
|
||||
|
@ -225,7 +225,7 @@ $table->data[5][1] .= html_print_input_text(
|
|||
$str_critical,
|
||||
'',
|
||||
5,
|
||||
64,
|
||||
1024,
|
||||
true
|
||||
).'</span>';
|
||||
$table->data[5][1] .= '<br /><em>'.__('Inverse interval').'</em>';
|
||||
|
|
Loading…
Reference in New Issue