Files
firefly-iii/resources/lang/en_US/bank.php
2017-11-08 09:05:10 +01:00

9 lines
251 B
PHP

<?php
declare(strict_types=1);
return [
'bunq_prerequisites_title' => 'Prerequisites for an import from bunq',
'bunq_prerequisites_text' => 'In order to import from bunq, you need to obtain an API key. You can do this through the app.',
];