From 0275ab92ab372631385a8588060127f83bc8b015 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 9 Jan 2017 17:08:23 +0200 Subject: [PATCH] Tweak help text --- resources/lang/en/texts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index ab9febea3258..620f22301f19 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -1329,7 +1329,7 @@ $LANG = array( 'products_will_create' => 'products will be created', 'product_key' => 'Product', 'created_products' => 'Successfully created :count product(s)', - 'export_help' => 'Use JSON if you plan to import the data into Invoice Ninja.
It includes clients, products, invoices, quotes and payments.', + 'export_help' => 'Use JSON if you plan to import the data into Invoice Ninja.
The file includes clients, products, invoices, quotes and payments.', 'JSON_file' => 'JSON File', 'view_dashboard' => 'View Dashboard',