Skip to content

Commit

Permalink
Fixing linter error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Locke committed Sep 2, 2020
1 parent 0a1b715 commit 9982b01
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ export const Append: FunctionComponent = () => {
<>
<FieldNameField
helpText={i18n.translate('xpack.ingestPipelines.pipelineEditor.appendForm.fieldHelpText', {
defaultMessage:
'Field to append values to.',
defaultMessage: 'Field to append values to.',
})}
/>

Expand Down

0 comments on commit 9982b01

Please sign in to comment.