diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 56d965ede9..a5ab8c633b 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -762,7 +762,7 @@ return [ 'no_edit_multiple_left' => 'You have selected no valid transactions to edit.', // import - 'configuration_file_help' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you.', + 'configuration_file_help' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their configuration file.', 'import_data_index' => 'Index', 'import_file_type_csv' => 'CSV (comma separated values)', 'import_file_type_help' => 'Select the type of file you will upload', diff --git a/resources/views/import/index.twig b/resources/views/import/index.twig index 0627280b9f..c1b02b329a 100644 --- a/resources/views/import/index.twig +++ b/resources/views/import/index.twig @@ -26,7 +26,7 @@