Skip to content

Commit

Permalink
fix i18n id typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Aug 20, 2020
1 parent 1ad0f2e commit 4030a99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const Grok: FunctionComponent = () => {
editorProps: {
height: 200,
'aria-label': i18n.translate(
'xpack.ingestPipelines.pipelineEditor.grokForm.patternDefintionsAriaLabel',
'xpack.ingestPipelines.pipelineEditor.grokForm.patternDefinitionsAriaLabel',
{
defaultMessage: 'Pattern definitions editor',
}
Expand Down

0 comments on commit 4030a99

Please sign in to comment.