From d249d682fe65aa7463d386b49efbeda5375d92e9 Mon Sep 17 00:00:00 2001 From: Daniel Riera Date: Wed, 4 Jun 2025 09:43:38 -0400 Subject: [PATCH] PM-21736 (#14902) --- apps/browser/src/autofill/notification/bar.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/browser/src/autofill/notification/bar.ts b/apps/browser/src/autofill/notification/bar.ts index e7d37f5e8d7..2027e3fecfc 100644 --- a/apps/browser/src/autofill/notification/bar.ts +++ b/apps/browser/src/autofill/notification/bar.ts @@ -524,6 +524,7 @@ function handleSaveCipherConfirmation(message: NotificationBarWindowMessage) { const resolvedType = resolveNotificationType(notificationBarIframeInitData); const headerMessage = getConfirmationHeaderMessage(i18n, resolvedType, error); const notificationTestId = getNotificationTestId(resolvedType, true); + appendHeaderMessageToTitle(headerMessage); globalThis.setTimeout(() => sendPlatformMessage({ command: "bgCloseNotificationBar" }), 5000);