diff --git a/src/app/send/access.component.html b/src/app/send/access.component.html index 0f0aa7c3..b2ed2ae6 100644 --- a/src/app/send/access.component.html +++ b/src/app/send/access.component.html @@ -6,6 +6,13 @@

{{'sendCreatorIdentifier' | i18n: creatorIdentifier }}

+
+ + {{'anonymousSendWarning' | i18n }} {{'learnMore' | i18n}}. + +
+ +
diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json index bb6187ca..46d3e5ba 100644 --- a/src/locales/en/messages.json +++ b/src/locales/en/messages.json @@ -3787,6 +3787,9 @@ } } }, + "anonymousSendWarning": { + "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should not trust this Send or download any file unless you trust the user who created it." + }, "expirationDateIsInvalid": { "message": "The expiration date provided is not valid." },