Add correct translation key for temporary password reset help text (#22929)

This commit is contained in:
Jon Koops 2023-09-04 12:31:40 +02:00 committed by GitHub
parent 64810da785
commit a60849a86c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,7 +205,7 @@ export const ResetPasswordDialog = ({
label={t("common:temporaryPassword")}
labelIcon={
<HelpItem
helpText={t("temporaryPasswordHelpText")}
helpText={t("common:temporaryPasswordHelpText")}
fieldLabelId="temporaryPassword"
/>
}