Update language to fix #1064

This commit is contained in:
James Cole
2017-12-23 22:07:39 +01:00
parent 7f8e736928
commit d4aee258c4
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ class ReportController extends Controller
View::share(
'subTitle', trans(
'firefly.report_default',
'firefly.report_account',
['start' => $start->formatLocalized($this->monthFormat), 'end' => $end->formatLocalized($this->monthFormat)]
)
);