Small layout and translation fixes [skip ci]

This commit is contained in:
James Cole
2015-07-10 05:39:35 +02:00
parent 137208c3fd
commit b6960fb0e5
4 changed files with 9 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ class ChartJsReportChartGenerator implements ReportChartGenerator
$data = [
'count' => 2,
'labels' => [],
'labels' => [trans('firefly.sum_of_year'), trans('firefly.average_of_year')],
'datasets' => [
[
'label' => trans('firefly.income'),