Solve typo

This commit is contained in:
José González 2021-06-16 16:36:14 +02:00
parent 90905d72f5
commit 09d5657650
1 changed files with 1 additions and 1 deletions

View File

@ -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'),
];
}