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',
-
+
);