mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fix for #1792
This commit is contained in:
@@ -1023,6 +1023,7 @@ return [
|
||||
'select_expense_revenue' => 'Select expense/revenue account',
|
||||
'multi_currency_report_sum' => 'Because this list contains accounts with multiple currencies, the sum(s) you see may not make sense. The report will always fall back to your default currency.',
|
||||
'sum_in_default_currency' => 'The sum will always be in your default currency.',
|
||||
'net_filtered_prefs' => 'This chart will never include accounts that have the "Include in net worth"-option unchecked.',
|
||||
|
||||
// charts:
|
||||
'chart' => 'Chart',
|
||||
|
@@ -101,6 +101,11 @@
|
||||
<div class="box-body">
|
||||
<canvas id="net-worth" style="width:100%;height:400px;" height="400" width="100%"></canvas>
|
||||
</div>
|
||||
<div class="box-footer">
|
||||
<small>
|
||||
{{ 'net_filtered_prefs'|_ }}
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -100,6 +100,11 @@
|
||||
<div class="box-body">
|
||||
<canvas id="net-worth" style="width:100%;height:400px;" height="400" width="100%"></canvas>
|
||||
</div>
|
||||
<div class="box-footer">
|
||||
<small>
|
||||
{{ 'net_filtered_prefs'|_ }}
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user