From c43fc9064b5d7e9c4a167264c437903fefbc90dd Mon Sep 17 00:00:00 2001 From: Enrique Camargo Date: Fri, 20 Jan 2017 17:35:10 +0100 Subject: [PATCH] Merge branch '23-general-report-hay-un-error-de-traduccion-en-el-campo-operation-integria-4366' into 'develop' Change item minimum / maximum title in general reports - #23 See merge request !68 --- 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 f95d3f54b1..8d56df27bf 100644 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -5638,10 +5638,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: