diff --git a/src/app/send/access.component.html b/src/app/send/access.component.html
index a022fc09c46..9f077022681 100644
--- a/src/app/send/access.component.html
+++ b/src/app/send/access.component.html
@@ -4,7 +4,7 @@
-
A Bitwarden user {{creatorIdentifier}} shared the following with you.
+
{{'sendCreatorIdentifier' | i18n: creatorIdentifier }}
diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json
index 372d98b6c62..6062be8705c 100644
--- a/src/locales/en/messages.json
+++ b/src/locales/en/messages.json
@@ -3712,5 +3712,14 @@
"sendAccessTaglineTryToday": {
"message": "to try it today.",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more about Bitwarden Send or sign up to **try it today.**'"
+ },
+ "sendCreatorIdentifier": {
+ "message": "Bitwarden user $USER_IDENTIFIER$ shared the following with you",
+ "placeholders": {
+ "user_identifier": {
+ "content": "$1",
+ "example": "An email address"
+ }
+ }
}
}