diff --git a/lang/en/texts.php b/lang/en/texts.php index 37bbb24a3f46..3588be45c132 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;