diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index f88837c5816c..51b41196fd6b 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4142,7 +4142,9 @@ $LANG = array( 'start_migration' => 'Start Migration', 'recurring_cancellation_request' => 'Request for recurring invoice cancellation from :contact', 'recurring_cancellation_request_body' => ':contact from Client :client requested to cancel Recurring Invoice :invoice', - + + 'hello' => 'Hello', + 'group_documents' => 'Group documents', ); return $LANG;