Skip to content

Commit 983070c

Browse files
committed
feat(localization): Add 'taskResetPassword' localization keys
1 parent 538efe1 commit 983070c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/localizations/src/ja-JP.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,14 @@ export const jaJP: LocalizationResource = {
881881
},
882882
title: undefined,
883883
},
884+
taskResetPassword: {
885+
formButtonPrimary: undefined,
886+
signOut: {
887+
actionLink: undefined,
888+
actionText: undefined,
889+
},
890+
title: undefined,
891+
},
884892
unstable__errors: {
885893
already_a_member_in_organization: '{{email}} はすでにこの組織のメンバーです。',
886894
captcha_invalid: undefined,

0 commit comments

Comments
 (0)