From 01e1ecefac2c80e66d5608278abd058972e63679 Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Thu, 30 Nov 2023 13:06:05 +0100 Subject: [PATCH] #12247 fixed name graphs --- pandora_console/include/functions_reports.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/functions_reports.php b/pandora_console/include/functions_reports.php index e5b8f52b7b..9b77eed800 100755 --- a/pandora_console/include/functions_reports.php +++ b/pandora_console/include/functions_reports.php @@ -1011,12 +1011,12 @@ function reports_get_report_types($template=false, $not_editor=false) $types['vuls_attack_complexity'] = [ 'optgroup' => __('Vulnerabilities'), - 'name' => __('Attack complexity graph donut'), + 'name' => __('Attack complexity doughnut chart'), ]; $types['vuls_by_packages'] = [ 'optgroup' => __('Vulnerabilities'), - 'name' => __('By packages in graph pie'), + 'name' => __('By packages in pie chart'), ]; $types['vuls_by_agent'] = [