Skip to content

Commit

Permalink
Add correct translation key for temporary password reset help text
Browse files Browse the repository at this point in the history
Backports 22924
  • Loading branch information
jonkoops committed Sep 4, 2023
1 parent d3a07e5 commit 0c3725c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export const ResetPasswordDialog = ({
label={t("common:temporaryPassword")}
labelIcon={
<HelpItem
helpText={t("temporaryPasswordHelpText")}
helpText={t("common:temporaryPasswordHelpText")}
fieldLabelId="temporaryPassword"
/>
}
Expand Down

0 comments on commit 0c3725c

Please sign in to comment.