From 0b2e17b9d2cfd7fc922a890d0f8b4267b8fdedd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 18 Jan 2024 16:52:48 +0100 Subject: [PATCH] Add client_unsubscribed message to texts.php --- lang/en/texts.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index b7df2cdddb..d8625e588a 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5213,6 +5213,8 @@ $lang = array( 'nordigen_requisition_body' => 'Access to bank account feeds has expired as set in End User Agreement.

Please log into Invoice Ninja and re-authenticate with your banks to continue receiving transactions.', 'participant' => 'Participant', 'participant_name' => 'Participant name', + 'client_unsubscribed' => 'Client changed e-mail preferences', + 'client_unsubscribed_help' => 'Client :client changed preferences and unsubscribed from e-mails.', ); return $lang;