From 0a5ac9b332ebe1666cf347a766aa5806d4056e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 19 Sep 2024 16:25:35 +0200 Subject: [PATCH] add translation for invoice status change --- lang/en/texts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index c3ad8e1f214c..27a17b48a961 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5333,6 +5333,7 @@ $lang = array( 'country_Melilla' => 'Melilla', 'country_Ceuta' => 'Ceuta', 'country_Canary Islands' => 'Canary Islands', + 'invoice_status_changed' => 'Please note that the status of your invoice has been updated. We recommend refreshing the page to view the most current version.', ); return $lang;