From 09d56576504d261f1af1d09af811766016e22d0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Gonz=C3=A1lez?= Date: Wed, 16 Jun 2021 16:36:14 +0200 Subject: [PATCH 1/2] Solve typo --- pandora_console/include/functions_reports.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_reports.php b/pandora_console/include/functions_reports.php index f688ea78b6..4f8323f188 100755 --- a/pandora_console/include/functions_reports.php +++ b/pandora_console/include/functions_reports.php @@ -662,7 +662,7 @@ function reports_get_report_types($template=false, $not_editor=false) ]; $types['sql_graph_hbar'] = [ 'optgroup' => __('Graphs'), - 'name' => __('SQL horizonal bar graph'), + 'name' => __('SQL horizontal bar graph'), ]; } From 4fca43640bc3aaacf4732d6e26d377541f3ba6a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Gonz=C3=A1lez?= Date: Mon, 5 Jul 2021 11:52:14 +0200 Subject: [PATCH 2/2] Fix typos --- pandora_console/include/functions_reports.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandora_console/include/functions_reports.php b/pandora_console/include/functions_reports.php index 4f8323f188..86a6ae0545 100755 --- a/pandora_console/include/functions_reports.php +++ b/pandora_console/include/functions_reports.php @@ -720,15 +720,15 @@ function reports_get_report_types($template=false, $not_editor=false) $types['avg_value'] = [ 'optgroup' => __('Modules'), - 'name' => __('Avg. Value'), + 'name' => __('Avg. value'), ]; $types['max_value'] = [ 'optgroup' => __('Modules'), - 'name' => __('Max. Value'), + 'name' => __('Max. value'), ]; $types['min_value'] = [ 'optgroup' => __('Modules'), - 'name' => __('Min. Value'), + 'name' => __('Min. value'), ]; $types['monitor_report'] = [ 'optgroup' => __('Modules'),