diff --git a/src/app/send/add-edit.component.html b/src/app/send/add-edit.component.html
index 64b0177b..7e504786 100644
--- a/src/app/send/add-edit.component.html
+++ b/src/app/send/add-edit.component.html
@@ -10,7 +10,8 @@
- {{'sendDisabledWarning' | i18n}}
+ {{(send.hideEmail && editMode && disableAnonymousSend ?
+ 'anonymousSendDisabledWarning' : 'sendDisabledWarning') | i18n}}
diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json
index 7927e1fb..6b7f73b3 100644
--- a/src/locales/en/messages.json
+++ b/src/locales/en/messages.json
@@ -3647,6 +3647,10 @@
"message": "Due to an enterprise policy, you are only able to delete an existing Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
+ "anonymousSendDisabledWarning": {
+ "message": "Due to an enterprise policy, you are only able to delete an existing Send that hides your email address. There are no restrictions on Sends that do not hide your email address.",
+ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
+ },
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {