From d5d917e3f8da6bb67292ce92d01b42d7a8175f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 16 Feb 2021 13:33:16 +0100 Subject: [PATCH] Update texts.php --- resources/lang/en/texts.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;