Skip to content

Commit

Permalink
Update x-pack/plugins/transform/public/app/sections/create_transform/…
Browse files Browse the repository at this point in the history
…components/step_details/step_details_form.tsx

Co-Authored-By: Walter Rafelsberger <walter@rafelsberger.at>
  • Loading branch information
szabosteve and walterra authored Apr 22, 2020
1 parent b59b466 commit f607a43
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,10 @@ export const StepDetailsForm: FC<Props> = React.memo(
})}
>
<EuiFieldText
placeholder="Description (optional)"
{i18n.translate(
'xpack.transform.stepDetailsForm.transformDescriptionPlaceholderText',
{ defaultMessage: 'Description (optional)' }
)}
value={transformDescription}
onChange={e => setTransformDescription(e.target.value)}
aria-label={i18n.translate(
Expand Down

0 comments on commit f607a43

Please sign in to comment.