From 4af728c6271553b77e2a483fde33a0d5a2fa1dc0 Mon Sep 17 00:00:00 2001 From: Jay Shah <602425+jshah4517@users.noreply.github.com> Date: Mon, 5 Sep 2022 15:36:43 +0100 Subject: [PATCH] Version 4.1.1 --- Lang/en/messages.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Lang/en/messages.php b/Lang/en/messages.php index e167b7c..7d66139 100644 --- a/Lang/en/messages.php +++ b/Lang/en/messages.php @@ -154,4 +154,10 @@ "popup_blocked" => "Your browser is blocking popup windows. Please enable popups and redirects on this website in order to use the preview feature.", "error_editing_message" => "There was an error while trying to edit this message.", + /* + * 4.1.1 + */ + "brand_not_enabled" => "This action cannot be performed as the brand is not enabled.", + "cannot_reply_to_internal" => "A user cannot reply to an internal ticket.", + );