From 465bf3f9d0dcd9ce739c66c6aed562f97330330c Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 29 Aug 2024 18:40:01 +1000 Subject: [PATCH] updates for texts --- lang/en/texts.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lang/en/texts.php b/lang/en/texts.php index 43f9083b172b..676eee819cb4 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5321,10 +5321,11 @@ $lang = array( 'applies_to' => 'Applies To', 'accept_purchase_order' => 'Accept Purchase Order', 'round_to_seconds' => 'Round To Seconds', - 'activity_142' => 'Quote :number Reminder 1 Sent', - 'activity_143' => 'Auto Bill succeeded for Invoice :invoice', - 'activity_144' => 'Auto Bill failed for Invoice :invoice. :notes', + 'activity_142' => 'Quote :number reminder 1 sent', + 'activity_143' => 'Auto Bill succeeded for invoice :invoice', + 'activity_144' => 'Auto Bill failed for invoice :invoice. :notes', 'activity_145' => 'EInvoice :invoice for :client was e-delivered. :notes', + ); return $lang;