Files
firefly-iii/resources/lang/en_US/bank.php

9 lines
251 B
PHP
Raw Normal View History

2017-09-28 08:17:32 +02:00
<?php
2017-11-08 09:05:10 +01:00
declare(strict_types=1);
2017-09-28 08:17:32 +02:00
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.',
2017-11-08 09:05:10 +01:00
];