Skip to content

Commit c81913b

Browse files
Backport to Fix sub-flow name/ description editing (#30990)
Signed-off-by: Agnieszka Gancarczyk <[email protected]> Co-authored-by: Agnieszka Gancarczyk <[email protected]>
1 parent efc8603 commit c81913b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/apps/admin-ui/src/authentication/components/EditFlow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const EditFlow = ({ execution, onRowChange }: EditFlowProps) => {
8282
<FormProvider {...form}>
8383
<TextControl
8484
name="name"
85-
label={t("name")}
85+
label={t("displayName")}
8686
labelIcon={t("flowNameHelp")}
8787
rules={{ required: { value: true, message: t("required") } }}
8888
/>

0 commit comments

Comments
 (0)