Skip to content

Commit

Permalink
fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Aug 20, 2020
1 parent 4030a99 commit 721119d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ const fieldsConfig: FieldsConfig = {
label: i18n.translate('xpack.ingestPipelines.pipelineEditor.enrichForm.policyNameFieldLabel', {
defaultMessage: 'Policy name',
}),
helpText: i18n.translate('xpack.ingestPipelines.pipelineEditor.enrichForm.policyNameHelpText', {
defaultMessage: 'Name of the enrich policy.',
}),
validations: [
{
validator: emptyField(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const Json: FunctionComponent = () => {
<>
<FieldNameField
helpText={i18n.translate(
'xpack.ingestPipelines.pipelineEditor.joinForm.fieldNameHelpText',
'xpack.ingestPipelines.pipelineEditor.jsonForm.fieldNameHelpText',
{ defaultMessage: 'Field to be parsed.' }
)}
/>
Expand Down

0 comments on commit 721119d

Please sign in to comment.