From 5c57f721b4c3ebf2b2087fb27eb911a9115f9f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Fri, 20 Sep 2024 18:36:09 +0200 Subject: [PATCH] translation for notifications --- lang/en/texts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index 27a17b48a961..a5700e4e4730 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5334,6 +5334,7 @@ $lang = array( '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.', + 'no_unread_notifications' => 'You’re all caught up! No new notifications.', ); return $lang;