Skip to content

Commit 4354c3b

Browse files
committed
fix(localizations): set undefined for pwned password sign-in message in Japanese localization
1 parent 9874135 commit 4354c3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/localizations/src/ja-JP.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -901,8 +901,7 @@ export const jaJP: LocalizationResource = {
901901
form_password_not_strong_enough: 'パスワードの強度が不十分です。',
902902
form_password_pwned:
903903
'このパスワードは侵害の一部として見つかったため使用できません。別のパスワードを試してください。',
904-
form_password_pwned__sign_in:
905-
'このパスワードは侵害の一部として見つかったため使用できません。パスワードをリセットしてください。',
904+
form_password_pwned__sign_in: undefined,
906905
form_password_size_in_bytes_exceeded:
907906
'パスワードのバイト数が上限を超えています。短くするか、一部の特殊文字を削除してください。',
908907
form_password_untrusted__sign_in: undefined,

0 commit comments

Comments
 (0)