From f49baa3e38497701ee305ecf70224b3f7ffcc647 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 22 Sep 2016 09:52:14 +0300 Subject: [PATCH] Updated bot message --- resources/lang/en/texts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 01e8976f81b9..fe9cd71b69c2 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2070,7 +2070,7 @@ $LANG = array( 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.', 'add_product_to_invoice' => 'Add 1 :product', 'not_authorized' => 'You are not authorized', - 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
Send me your account email to get started.', + 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
You need to create a free account on invoiceninja.com to use this bot.
Send me your account email address to get started.', 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.', 'bot_welcome' => 'That\'s it, your account is verified.
', 'email_not_found' => 'I wasn\'t able to find an available account for :email', @@ -2136,7 +2136,7 @@ $LANG = array( 'update' => 'Update', 'invoice_fields_help' => 'Drag and drop fields to change their order and location', 'new_category' => 'New Category', - + );