Skip to content

Commit 0e28dae

Browse files
authored
convert processor labels to sentence case (#75278)
1 parent 36f0c75 commit 0e28dae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const mapProcessorTypeToDescriptor: MapProcessorTypeToDescriptor = {
8181
FieldsComponent: DateIndexName,
8282
docLinkPath: '/date-index-name-processor.html',
8383
label: i18n.translate('xpack.ingestPipelines.processors.label.dateIndexName', {
84-
defaultMessage: 'Date Index Name',
84+
defaultMessage: 'Date index name',
8585
}),
8686
},
8787
dissect: {
@@ -95,7 +95,7 @@ export const mapProcessorTypeToDescriptor: MapProcessorTypeToDescriptor = {
9595
FieldsComponent: DotExpander,
9696
docLinkPath: '/dot-expand-processor.html',
9797
label: i18n.translate('xpack.ingestPipelines.processors.label.dotExpander', {
98-
defaultMessage: 'Dot Expander',
98+
defaultMessage: 'Dot expander',
9999
}),
100100
},
101101
drop: {
@@ -144,7 +144,7 @@ export const mapProcessorTypeToDescriptor: MapProcessorTypeToDescriptor = {
144144
FieldsComponent: undefined, // TODO: Implement
145145
docLinkPath: '/htmlstrip-processor.html',
146146
label: i18n.translate('xpack.ingestPipelines.processors.label.htmlStrip', {
147-
defaultMessage: 'HTML Strip',
147+
defaultMessage: 'HTML strip',
148148
}),
149149
},
150150
inference: {
@@ -214,7 +214,7 @@ export const mapProcessorTypeToDescriptor: MapProcessorTypeToDescriptor = {
214214
FieldsComponent: undefined, // TODO: Implement
215215
docLinkPath: '/ingest-node-set-security-user-processor.html',
216216
label: i18n.translate('xpack.ingestPipelines.processors.label.setSecurityUser', {
217-
defaultMessage: 'Set Security User',
217+
defaultMessage: 'Set security user',
218218
}),
219219
},
220220
split: {
@@ -249,14 +249,14 @@ export const mapProcessorTypeToDescriptor: MapProcessorTypeToDescriptor = {
249249
FieldsComponent: undefined, // TODO: Implement
250250
docLinkPath: '/urldecode-processor.html',
251251
label: i18n.translate('xpack.ingestPipelines.processors.label.urldecode', {
252-
defaultMessage: 'URL Decode',
252+
defaultMessage: 'URL decode',
253253
}),
254254
},
255255
user_agent: {
256256
FieldsComponent: undefined, // TODO: Implement
257257
docLinkPath: '/user-agent-processor.html',
258258
label: i18n.translate('xpack.ingestPipelines.processors.label.userAgent', {
259-
defaultMessage: 'User Agent',
259+
defaultMessage: 'User agent',
260260
}),
261261
},
262262

0 commit comments

Comments
 (0)