From 5eef32c7703492229b92d9d00bd30dd45935be2f Mon Sep 17 00:00:00 2001 From: Jonathan Prusik Date: Fri, 16 May 2025 14:19:49 -0400 Subject: [PATCH] add missing i18n prop --- .../components/notification/at-risk-password/container.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/browser/src/autofill/content/components/notification/at-risk-password/container.ts b/apps/browser/src/autofill/content/components/notification/at-risk-password/container.ts index 161c0885ff2..1b50567a9bf 100644 --- a/apps/browser/src/autofill/content/components/notification/at-risk-password/container.ts +++ b/apps/browser/src/autofill/content/components/notification/at-risk-password/container.ts @@ -38,6 +38,7 @@ export function AtRiskNotification({
${NotificationHeader({ handleCloseNotification, + i18n, message: headerMessage, theme, })}