diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 43bf852d52..6e1b252c24 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -1073,6 +1073,10 @@ return [ // import bread crumbs and titles: 'import' => 'Import', 'import_data' => 'Import data', + 'import_from_bunq' => 'Import from bunq', + 'import_using_spectre' => 'Import using Spectre', + 'import_using_plaid' => 'Import using Plaid', + // import index page: 'import_index_title' => 'Import data into Firefly III', diff --git a/resources/views/import/index.twig b/resources/views/import/index.twig index bb941e7c1c..e83cef961b 100644 --- a/resources/views/import/index.twig +++ b/resources/views/import/index.twig @@ -20,32 +20,32 @@