Merge branch 'ent-7642-error-de-sintaxis-sql-horizontal' into 'develop'

Solve typo

Closes pandora_enterprise#7642

See merge request artica/pandorafms!4216
This commit is contained in:
Daniel Rodriguez 2021-08-10 12:22:09 +00:00
commit 3ed53fbbea
1 changed files with 4 additions and 4 deletions

View File

@ -665,7 +665,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'),
];
}
@ -723,15 +723,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'),