This commit is contained in:
James Cole 2017-12-02 06:29:06 +01:00
parent 8a59380c6d
commit b87ef6252c
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -142,7 +142,7 @@
var accountRevenueUri = '{{ route('chart.account.revenue') }}';
var accountExpenseUri = '{{ route('chart.account.expense') }}';
var piggyInfoUri = '{{ route('json.fp.piggy-banks') }}';
var todayText = ' {{ 'today'|_ }}';
var todayText = ' {{ trans('firefly.today')|escape('js') }}';
<!-- render vertical line with text "today" -->
{% if start.lte(today) and end.gte(today) %}