From 073cf60030f072f4c97f75c2d075f9862cf05b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 15 Aug 2024 11:23:58 +0200 Subject: [PATCH] update translations --- lang/en/texts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index 37bbb24a3f..3588be45c1 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5314,6 +5314,7 @@ $lang = array( 'comments_only' => 'Comments Only', 'payment_balance_on_file' => 'Payment Balance On File', 'ubl_email_attachment_help' => 'For more e-invoice settings please navigate :here', + 'stop_task_to_add_task_entry' => 'You need to stop the task before adding a new item.', ); return $lang;