From 84a20fba4de269f03b90a9bc80e0cbdc86611865 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 21 Dec 2016 13:45:51 +0200 Subject: [PATCH] Text changes --- resources/lang/en/texts.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index a5fb54d0f4cf..40fbb5f6e5c3 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -1326,7 +1326,7 @@ $LANG = array( 'expense_file' => 'Expense File', 'product_file' => 'Product File', 'import_products' => 'Import Products', - 'products_will_create' => 'products will be created.', + '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.', @@ -2273,6 +2273,7 @@ $LANG = array( 'marked_sent_invoice' => 'Successfully marked invoice sent', 'marked_sent_invoices' => 'Successfully marked invoices sent', 'invoice_name' => 'Invoice', + 'product_will_create' => 'product will be created', );