From 96aa42b513335e25416e5d5a4aac22318eddb79c Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 31 Dec 2019 10:08:15 +0100 Subject: [PATCH] Better text for export --- resources/lang/en_US/firefly.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index d812cd7bbc..45178bdcbe 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -622,9 +622,9 @@ return [ 'export_data_menu' => 'Export data', 'export_data_bc' => 'Export data from Firefly III', 'export_data_main_title' => 'Export data from Firefly III', - 'export_data_expl' => 'This link allows you to export all transactions from Firefly III, with all the relevant meta-data. Please refer to the help (top right (?)-icon) for more information about the process.', + 'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.', 'export_data_all_transactions' => 'Export all transactions', - 'export_data_advanced_expl' => 'If you want to have more advanced options, consult the command line options. More information is available in the help (top right (?)-icon) or consult the console command: php artisan help firefly-iii:export-data', + 'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command php artisan help firefly-iii:export-data.', // attachments 'nr_of_attachments' => 'One attachment|:count attachments',