Skip to content

Commit eff049b

Browse files
committed
Updates labels and desc.
1 parent eeac75f commit eff049b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/processor_form/processors

x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/processor_form/processors/inference.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ const fieldsConfig: FieldsConfig = {
5656
model_id: {
5757
type: FIELD_TYPES.TEXT,
5858
label: i18n.translate('xpack.ingestPipelines.pipelineEditor.inferenceForm.modelIDFieldLabel', {
59-
defaultMessage: 'Deployment or model ID',
59+
defaultMessage: 'Deployment, inference, or model ID',
6060
}),
6161
deserializer: String,
6262
helpText: i18n.translate(
6363
'xpack.ingestPipelines.pipelineEditor.inferenceForm.modelIDFieldHelpText',
6464
{
65-
defaultMessage: 'ID of the deployment or the model to infer against.',
65+
defaultMessage: 'ID of the deployment, the inference endpoint, or the model to infer against.',
6666
}
6767
),
6868
validations: [
@@ -71,7 +71,7 @@ const fieldsConfig: FieldsConfig = {
7171
i18n.translate(
7272
'xpack.ingestPipelines.pipelineEditor.inferenceForm.patternRequiredError',
7373
{
74-
defaultMessage: 'A deployment or model ID value is required.',
74+
defaultMessage: 'A deployment, an inference, or a model ID value is required.',
7575
}
7676
)
7777
),

0 commit comments

Comments
 (0)