diff --git a/apps/web/src/app/tools/send/shared/send-success-drawer-dialog.component.html b/apps/web/src/app/tools/send/shared/send-success-drawer-dialog.component.html
index b9326ca08ac..a484f210f62 100644
--- a/apps/web/src/app/tools/send/shared/send-success-drawer-dialog.component.html
+++ b/apps/web/src/app/tools/send/shared/send-success-drawer-dialog.component.html
@@ -17,7 +17,7 @@
- {{ "sendCreatedDescription" | i18n: formattedExpirationTime }}
+ {{ "sendCreatedDescriptionV2" | i18n: formattedExpirationTime }}
diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json
index e7cc7c6cb5c..db7332f4c2b 100644
--- a/apps/web/src/locales/en/messages.json
+++ b/apps/web/src/locales/en/messages.json
@@ -5626,13 +5626,13 @@
"message": "Send created successfully!",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
- "sendCreatedDescription": {
- "message": "Copy and share this Send link. It can be viewed by the people you specified for the next $TIME$.",
+ "sendCreatedDescriptionV2": {
+ "message": "Copy and share this Send link. The Send will be available to anyone with the link for the next $TIME$.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.",
"placeholders": {
"time": {
"content": "$1",
- "example": "7 days"
+ "example": "7 days, 1 hour, 1 day"
}
}
},