diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index a0d0ade177..2981ee4106 100644 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -5645,10 +5645,10 @@ function reporting_general($report, $content) { $data['operator'] = __('Summatory'); break; case 'min': - $data['operator'] = __('Minimal'); + $data['operator'] = __('Minimum'); break; case 'max': - $data['operator'] = __('Maximun'); + $data['operator'] = __('Maximum'); break; case 'avg': default: