From 2160184f4ed835dcf384524852b9f436ae304e75 Mon Sep 17 00:00:00 2001 From: Thomas Rittson Date: Mon, 22 Mar 2021 13:53:48 +1000 Subject: [PATCH] Display warning for anonymous Sends --- src/app/send/access.component.html | 7 +++++++ src/locales/en/messages.json | 3 +++ 2 files changed, 10 insertions(+) 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." },