Translation fixes [skip ci]

This commit is contained in:
James Cole
2015-05-17 12:53:32 +02:00
parent b123860304
commit b01d5bc237
3 changed files with 10 additions and 2 deletions

View File

@@ -6,8 +6,8 @@
<table class="table table-bordered table-striped">
<tr>
<th>{{ 'name'|_ }}</th>
<th>{{ 'balanceStartOfYear'|_ }}</th>
<th>{{ 'balanceStartOfYear'|_ }}</th>
<th>{{ 'balanceStart'|_ }}</th>
<th>{{ 'balanceStart'|_ }}</th>
<th>{{ 'difference'|_ }}</th>
</tr>
{% for account in accounts.getAccounts %}