Missing translation. [skip ci]

This commit is contained in:
James Cole 2017-11-22 18:00:16 +01:00
parent ba6a147032
commit aa42d0f131
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -17,7 +17,7 @@ return [
'id' => 'ID',
'create_date' => 'Created at',
'update_date' => 'Updated at',
'updated_at' => 'Updated at',
'updated_at' => 'Updated at',
'balance_before' => 'Balance before',
'balance_after' => 'Balance after',
'name' => 'Name',
@ -89,4 +89,5 @@ return [
'sum_withdrawals' => 'Sum of withdrawals',
'sum_deposits' => 'Sum of deposits',
'sum_transfers' => 'Sum of transfers',
'reconcile' => 'Reconcile',
];