From 29af08169f23c8b60d215b579d0724a7969cfe96 Mon Sep 17 00:00:00 2001 From: enriquecd Date: Fri, 20 Jan 2017 17:32:27 +0100 Subject: [PATCH] Change item minimum / maximum title in general reports - #23 --- pandora_console/include/functions_reporting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index d309387606..6bfe86cdd5 100644 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -5631,10 +5631,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: