Add IBAN to account list.

This commit is contained in:
James Cole
2015-07-05 08:52:35 +02:00
parent 74c50930bd
commit 60bb639351
3 changed files with 5 additions and 2 deletions

View File

@@ -29,4 +29,5 @@ return [
'transfer' => 'Transfer',
'type' => 'Type',
'completed' => 'Completed',
'iban' => 'IBAN',
];

View File

@@ -28,6 +28,6 @@ return [
'deposit' => 'Inkomsten',
'transfer' => 'Overschrijving',
'type' => 'Type',
'completed' => 'Opgeslagen'
'completed' => 'Opgeslagen',
'iban' => 'IBAN',
];