Skip to content

Commit

Permalink
fix: duplicate i18n identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Aug 21, 2020
1 parent 77fe50b commit a3be97b
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ export const Rename: FunctionComponent = () => {
/>

<TargetField
label={i18n.translate(
'xpack.ingestPipelines.pipelineEditor.renameForm.targetFieldHelpText',
{ defaultMessage: 'Target field' }
)}
label={i18n.translate('xpack.ingestPipelines.pipelineEditor.renameForm.targetFieldLabel', {
defaultMessage: 'Target field',
})}
helpText={i18n.translate(
'xpack.ingestPipelines.pipelineEditor.renameForm.targetFieldHelpText',
{ defaultMessage: 'Name of the new field.' }
Expand Down

0 comments on commit a3be97b

Please sign in to comment.