From cd5051e34844c629cb14847d0d0b5ea161c36335 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 14 Nov 2024 06:45:05 +1100 Subject: [PATCH] Added translation --- lang/en/texts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index 0286a488f8..34dd48dc52 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5467,6 +5467,7 @@ $lang = array( 'new_identifier' => 'New VAT Number', 'notification_credits_low' => 'Warning! Your credit balance is low.', 'notification_no_credits' => 'Warning! Your credit balance is empty.', + 'saved_comment', 'Comment Saved', ); return $lang;