From 75892923ce667c515a0d0dbb773321744e140994 Mon Sep 17 00:00:00 2001 From: Miles Blackwood Date: Thu, 22 May 2025 13:18:21 -0400 Subject: [PATCH] Lint fix. --- .../autofill/content/components/lit-stories/mock-data.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 623f4bbcd47..3451029a01a 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,10 @@ export const mockTasks = [ export const mockI18n = { appName: "Bitwarden", atRiskPassword: "At-risk password", - 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.", + 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",