Skip to content

Commit

Permalink
fix: translation
Browse files Browse the repository at this point in the history
  • Loading branch information
djsall committed Jun 22, 2024
1 parent fe22865 commit 29c6314
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected function getData(): array
return [
'datasets' => [
[
'label' => trans('charts.monthly_consumption.heading'),
'label' => trans('charts.monthly_consumption.label'),
'data' => $data
->map(static function (TrendValue $value) use ($first, $previous): ?int {
if ($value->aggregate > 0) {
Expand Down

0 comments on commit 29c6314

Please sign in to comment.