Skip to content

Commit e6854b9

Browse files
committed
Adjusts indentation.
1 parent 8e05413 commit e6854b9

1 file changed

Lines changed: 2 additions & 2 deletions

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ export const StepDetailsForm: FC<Props> = React.memo(
258258
})}
259259
>
260260
<EuiFieldText
261-
placeholder={i18n.translate(
262-
'xpack.transform.stepDetailsForm.transformDescriptionPlaceholderText',
261+
placeholder={i18n.translate(
262+
'xpack.transform.stepDetailsForm.transformDescriptionPlaceholderText',
263263
{ defaultMessage: 'Description (optional)' }
264264
)}
265265
value={transformDescription}

0 commit comments

Comments
 (0)