Add correct translation key for temporary password reset help text (#22929)
This commit is contained in:
parent
64810da785
commit
a60849a86c
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ export const ResetPasswordDialog = ({
|
|||
label={t("common:temporaryPassword")}
|
||||
labelIcon={
|
||||
<HelpItem
|
||||
helpText={t("temporaryPasswordHelpText")}
|
||||
helpText={t("common:temporaryPasswordHelpText")}
|
||||
fieldLabelId="temporaryPassword"
|
||||
/>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue