This commit is contained in:
James Cole 2017-07-14 06:41:10 +02:00
parent 9b6ccdd43a
commit 970c73c221
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -93,6 +93,7 @@ class TransactionController extends Controller
if (strlen($moment) > 0 && $moment !== 'all') {
$start = new Carbon($moment);
$end = Navigation::endOfPeriod($start, $range);
$path = '/transactions/' . $what . '/' . $moment;
$subTitle = trans(
'firefly.title_' . $what . '_between',
['start' => $start->formatLocalized($this->monthAndDayFormat), 'end' => $end->formatLocalized($this->monthAndDayFormat)]