From 7bde934a91effedefaf16e2608db41216e10c836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Wed, 25 Sep 2024 14:54:36 +0200 Subject: [PATCH] update translations --- lang/en/texts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index 50c8d3886999..c9e0cc8120f5 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5337,6 +5337,7 @@ $lang = array( '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.', 'how_to_import_data' => 'How to import data', + 'download_example_file' => 'Download example file', ); return $lang;