1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

Add subscribe and unsubscribe help messages

This commit is contained in:
Benjamin Beganović 2024-01-19 15:20:31 +01:00
parent 27dd844f79
commit 6052e44186

View File

@ -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;