From b4ff780d5af628bcfc0cd78256e64ac169fb09bf Mon Sep 17 00:00:00 2001 From: enriquecd Date: Thu, 23 Feb 2017 10:27:50 +0100 Subject: [PATCH] Add not init status count label y agent detail section - #75 --- pandora_console/include/functions_reporting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index 8f251bb7aa..723411620f 100644 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -7915,7 +7915,7 @@ function reporting_tiny_stats ($counts_info, $return = false, $type = 'agent', $ $template_title['critical_count'] = __('%d Modules in critical status'); $template_title['warning_count'] = __('%d Modules in warning status'); $template_title['unknown_count'] = __('%d Modules in unknown status'); - $template_title['not_init_count'] = __('%d Not init modules'); + $template_title['not_init_count'] = __('%d Modules in not init status'); break; case 'agent': $template_title['total_count'] = __('%d Total modules');