mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
#11886 Fix minimun misprint
This commit is contained in:
parent
3e4aad7063
commit
dac99b7a30
@ -4091,7 +4091,7 @@ function reporting_html_value(
|
||||
$table2->head = [
|
||||
__('Agent'),
|
||||
__('Module'),
|
||||
__('Minimun'),
|
||||
__('Minimum'),
|
||||
];
|
||||
break;
|
||||
|
||||
@ -4162,7 +4162,7 @@ function reporting_html_value(
|
||||
case 'min_value':
|
||||
$table1->head = [
|
||||
__('Lapse'),
|
||||
__('Minimun'),
|
||||
__('Minimum'),
|
||||
];
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user