mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-10 22:52:10 +00:00
use correct translation key for category report income table
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th data-defaultsign="az">{{ 'account'|_ }}</th>
|
<th data-defaultsign="az">{{ 'account'|_ }}</th>
|
||||||
<th data-defaultsign="_19" style="text-align: right;">{{ 'spent_average'|_ }}</th>
|
<th data-defaultsign="_19" style="text-align: right;">{{ 'income_average'|_ }}</th>
|
||||||
<th data-defaultsign="_19" style="text-align: right;">{{ 'total'|_ }}</th>
|
<th data-defaultsign="_19" style="text-align: right;">{{ 'total'|_ }}</th>
|
||||||
<th data-defaultsign="_19">{{ 'transaction_count'|_ }}</th>
|
<th data-defaultsign="_19">{{ 'transaction_count'|_ }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
Reference in New Issue
Block a user