Skip to content

Commit

Permalink
Adjusts indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Apr 22, 2020
1 parent 8e05413 commit e6854b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ export const StepDetailsForm: FC<Props> = React.memo(
})}
>
<EuiFieldText
placeholder={i18n.translate(
'xpack.transform.stepDetailsForm.transformDescriptionPlaceholderText',
placeholder={i18n.translate(
'xpack.transform.stepDetailsForm.transformDescriptionPlaceholderText',
{ defaultMessage: 'Description (optional)' }
)}
value={transformDescription}
Expand Down

0 comments on commit e6854b9

Please sign in to comment.