Skip to content

Commit 80cf693

Browse files
authored
Update x-pack/plugins/transform/public/app/sections/create_transform/components/step_details/step_details_form.tsx
1 parent f607a43 commit 80cf693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/transform/public/app/sections/create_transform/components/step_details

x-pack/plugins/transform/public/app/sections/create_transform/components/step_details/step_details_form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export const StepDetailsForm: FC<Props> = React.memo(
258258
})}
259259
>
260260
<EuiFieldText
261-
{i18n.translate(
261+
placeholder={i18n.translate(
262262
'xpack.transform.stepDetailsForm.transformDescriptionPlaceholderText',
263263
{ defaultMessage: 'Description (optional)' }
264264
)}

0 commit comments

Comments
 (0)