From 6052e4418615e2a965a1d0f10b8d33e8c9984c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Fri, 19 Jan 2024 15:20:31 +0100 Subject: [PATCH] Add subscribe and unsubscribe help messages --- lang/en/texts.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index 4a0f3c5c20aa..4fc584147e40 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5216,6 +5216,9 @@ $lang = array( 'client_unsubscribed' => 'Client changed e-mail preferences', 'client_unsubscribed_help' => 'Client :client changed preferences and unsubscribed from e-mails.', 'resubscribe' => 'Resubscribe', + 'subscribe' => 'Subscribe', + 'subscribe_help' => 'You are currently subscribed and will continue to receive email communications.', + 'unsubscribe_help' => 'You are currently not subscribed, and therefore, will not receive emails at this time.', ); return $lang;