This commit is contained in:
James Cole
2018-10-15 19:37:18 +02:00
parent db7e3d725e
commit 1653152dad
3 changed files with 11 additions and 0 deletions

View File

@@ -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',

View File

@@ -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>

View File

@@ -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>