From 4a1eef3f4413b07943d470e88a38abe93f2b87ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 13 Jan 2025 16:59:00 +0100 Subject: [PATCH] Update translations --- lang/en/texts.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index cb4d3b769c..295b1e7c7f 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5487,6 +5487,8 @@ $lang = array( 'enable_public_notifications_help' => 'Enable real-time notifications from Invoice Ninja.', 'navigate' => 'Navigate', 'calculate_taxes_warning' => 'This action will enable line item taxes and disable total taxes. Any open invoices may be recalculated with the new settings!', + 'einvoice_token_not_found' => 'E-invoicing token not found. Please go to Settings > E-invoice and regenerate token.', + 'regenerate' => 'Regenerate', ); return $lang;