mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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 = [
|
$table2->head = [
|
||||||
__('Agent'),
|
__('Agent'),
|
||||||
__('Module'),
|
__('Module'),
|
||||||
__('Minimun'),
|
__('Minimum'),
|
||||||
];
|
];
|
||||||
break;
|
break;
|
||||||
|
|
||||||
@ -4162,7 +4162,7 @@ function reporting_html_value(
|
|||||||
case 'min_value':
|
case 'min_value':
|
||||||
$table1->head = [
|
$table1->head = [
|
||||||
__('Lapse'),
|
__('Lapse'),
|
||||||
__('Minimun'),
|
__('Minimum'),
|
||||||
];
|
];
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user