Skip to content

Commit 3a52a51

Browse files
committed
refactor(localization): Remove 'passwordUntrusted' key from en-US localization files
1 parent d962cb1 commit 3a52a51

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

packages/localizations/src/en-US.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -694,9 +694,6 @@ export const enUS: LocalizationResource = {
694694
passwordPwned: {
695695
title: 'Password compromised',
696696
},
697-
passwordUntrusted: {
698-
title: 'Password untrusted',
699-
},
700697
phoneCode: {
701698
formTitle: 'Verification code',
702699
resendButton: "Didn't receive a code? Resend",

packages/shared/src/types/localization.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,6 @@ export type __internal_LocalizationResource = {
400400
passwordPwned: {
401401
title: LocalizationValue;
402402
};
403-
passwordUntrusted: {
404-
title: LocalizationValue;
405-
};
406403
passkey: {
407404
title: LocalizationValue;
408405
subtitle: LocalizationValue;

0 commit comments

Comments
 (0)