From 4d126a7d1f33dea438ce5495ecbbeb45dc099dee Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 3 Sep 2025 07:42:17 +1000 Subject: [PATCH] Updated translations --- lang/en/texts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index 9f6f20b02f..582a6abb28 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5631,6 +5631,7 @@ $lang = array( 'replaced' => 'Replaced', 'ses_from_address' => 'SES From Address', 'ses_from_address_help' => 'The Sending Email Address, must be verified in AWS', + 'unauthorized_action' => 'You are not authorized to perform this action', ); return $lang;