mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Small typo in chart. [skip ci]
This commit is contained in:
parent
1f9b7faa60
commit
0b4efe4ae1
@ -425,7 +425,7 @@ class AccountController extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
arsort($chartData);
|
arsort($chartData);
|
||||||
$data = $this->generator->singleSet(strval(trans('firefly.spent')), $chartData);
|
$data = $this->generator->singleSet(strval(trans('firefly.earned')), $chartData);
|
||||||
$cache->store($data);
|
$cache->store($data);
|
||||||
|
|
||||||
return Response::json($data);
|
return Response::json($data);
|
||||||
|
Loading…
Reference in New Issue
Block a user