mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #1030
This commit is contained in:
parent
8a59380c6d
commit
b87ef6252c
@ -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) %}
|
||||
|
Loading…
Reference in New Issue
Block a user