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;