web/admin: fix prompt field display (#4990)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L 2023-03-17 16:05:27 +01:00 committed by Jens Langhammer
parent bb575fcc10
commit 1d5f399b61
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ export class PromptStageForm extends ModelForm<PromptStage, string> {
value=${ifDefined(prompt.pk)}
?selected=${selected}
>
${t`${prompt.fieldKey} ("${prompt.label}", of type ${prompt.type})`}
${t`${prompt.name} ("${prompt.fieldKey}", of type ${prompt.type})`}
</option>`;
});
}),