From 9101d6a2c0b1d2359f9c76822dafe8f9933f69cc Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 24 Sep 2016 19:32:00 +0200 Subject: [PATCH] Add lines to configuration on wiki. [skip ci] --- resources/lang/en_US/firefly.php | 2 +- resources/views/import/index.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@
{{ ExpandedForm.file('import_file', {helpText: 'import_file_help'|_}) }} - {{ ExpandedForm.file('configuration_file', {helpText: 'configuration_file_help'|_}) }} + {{ ExpandedForm.file('configuration_file', {helpText: 'configuration_file_help'|_|raw}) }} {{ ExpandedForm.select('import_file_type', importFileTypes, defaultImportType, {'helpText' : 'import_file_type_help'|_}) }}