use correct translation key for category report income table

This commit is contained in:
Nicky De Maeyer
2025-10-02 10:25:11 +02:00
parent 5637573fd0
commit 5088e20f25

View File

@@ -2,7 +2,7 @@
<thead>
<tr>
<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">{{ 'transaction_count'|_ }}</th>
</tr>