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;