diff --git a/src/app/organizations/manage/policy-edit.component.html b/src/app/organizations/manage/policy-edit.component.html
index 91e5c81d..97a4652b 100644
--- a/src/app/organizations/manage/policy-edit.component.html
+++ b/src/app/organizations/manage/policy-edit.component.html
@@ -153,7 +153,7 @@
{{'sendCreatorIdentifier' | i18n: creatorIdentifier }}
-
+
{{'viewSendHiddenEmailWarning' | i18n }} {{'learnMore' | i18n}}.
diff --git a/src/app/send/add-edit.component.html b/src/app/send/add-edit.component.html
index 1f386087..d479bed2 100644
--- a/src/app/send/add-edit.component.html
+++ b/src/app/send/add-edit.component.html
@@ -13,7 +13,10 @@
{{'sendDisabledWarning' | i18n}}
- {{'sendDisableHideEmailWarning' | i18n}}
+ {{'sendOptionsPolicyInEffect' | i18n}}
+
+ - {{'sendDisableHideEmailInEffect' | i18n}}
+
diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json
index ba0fe327..5bc6f0ac 100644
--- a/src/locales/en/messages.json
+++ b/src/locales/en/messages.json
@@ -3417,7 +3417,7 @@
"message": "Are you sure you want to remove the password?"
},
"hideEmail": {
- "message": "Do not show my email address to the recipients of this Send."
+ "message": "Hide my email address from the recipients of this Send."
},
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
@@ -3638,10 +3638,6 @@
"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."
},
- "sendDisableHideEmailWarning": {
- "message": "Due to an enterprise policy, you are not allowed to hide your email address in a Send.",
- "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
- },
"sendOptions": {
"message": "Send Options"
},
@@ -3655,6 +3651,13 @@
"message": "Do not allow users to hide their email address when creating or editing a Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
+ "sendOptionsPolicyInEffect": {
+ "message": "The following organization policies are currently in effect:"
+ },
+ "sendDisableHideEmailInEffect": {
+ "message": "Users are not allowed to hide their email address when creating or editing a Send.",
+ "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": {