diff --git a/apps/browser/src/autofill/content/components/lit-stories/mock-data.ts b/apps/browser/src/autofill/content/components/lit-stories/mock-data.ts index 0770d1720f2..623f4bbcd47 100644 --- a/apps/browser/src/autofill/content/components/lit-stories/mock-data.ts +++ b/apps/browser/src/autofill/content/components/lit-stories/mock-data.ts @@ -104,8 +104,8 @@ export const mockTasks = [ export const mockI18n = { appName: "Bitwarden", atRiskPassword: "At-risk password", - atRiskNavigatePrompt: "Navigate", - atRiskChangePrompt: "Change", + atRiskNavigatePrompt: "$ORGANIZATION$ wants you to change this password because it is at-risk. Navigate to your account settings to change the password.", + atRiskChangePrompt: "Your password for this site is at-risk. $ORGANIZATION$ has requested that you change it.", changePassword: "Change password", close: "Close", collection: "Collection",