Skip to content

Commit e5e0272

Browse files
fix i18n and export
1 parent c271707 commit e5e0272

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
export {
88
ManageProcessorForm,
9-
ManageProcessorOnSubmitArg,
9+
ManageProcessorFormOnSubmitArg,
1010
OnSubmitHandler,
1111
} from './manage_processor_form.container';

x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/manage_processor_form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export interface Props {
4040
}
4141

4242
const updateButtonLabel = i18n.translate(
43-
'xpack.ingestPipelines.ettingsFormOnFailureFlyout.updateButtonLabel',
43+
'xpack.ingestPipelines.settingsFormOnFailureFlyout.updateButtonLabel',
4444
{ defaultMessage: 'Update' }
4545
);
4646

0 commit comments

Comments
 (0)