Skip to content

Commit

Permalink
fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Sep 3, 2020
1 parent 10d1d12 commit 32228bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const { isJsonField } = fieldValidators;

const i18nTexts = {
addPatternLabel: i18n.translate(
'xpack.ingestPipelines.pipelineEditor.grokForm.patternsFieldLabel',
'xpack.ingestPipelines.pipelineEditor.grokForm.patternsAddPatternLabel',
{ defaultMessage: 'Add pattern' }
),
};
Expand Down

0 comments on commit 32228bc

Please sign in to comment.