From 66117cd456bb8bca85ab2b3f8cb5dcd5e47ed684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Wed, 17 Feb 2021 11:42:17 +0100 Subject: [PATCH] Update texts.php --- resources/lang/en/texts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 0accad9f61..90efbe0f9b 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4154,6 +4154,7 @@ $LANG = array( 'recurring_cancellation_request_body' => ':contact from Client :client requested to cancel Recurring Invoice :invoice', 'hello' => 'Hello', 'group_documents' => 'Group documents', + 'quote_approval_confirmation_label' => 'Are you sure you want to approve this quote?', ); return $LANG;