From c6dce5826ff025bd7be2a5e96e8cf28c28f6f99c Mon Sep 17 00:00:00 2001 From: Antonio Date: Fri, 6 Sep 2024 11:54:08 +0200 Subject: [PATCH] [ResponseOps][Connectors] Highlight step as optional in connector creation form (#191918) ## Summary I have added the `(optional)` text to step 4 of the `Webhook - Case management` creation form. ### Before ![before](https://github.com/user-attachments/assets/f0e7e76b-335f-4ac7-bcb0-a179ec222c0b) ### After Screenshot 2024-09-02 at 14 32 39 Co-authored-by: Elastic Machine --- .../public/connector_types/cases_webhook/translations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/translations.ts b/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/translations.ts index 5986126d17adc..0b007e07cfd91 100644 --- a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/translations.ts +++ b/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/translations.ts @@ -340,7 +340,7 @@ export const STEP_4A_DESCRIPTION = i18n.translate( ); export const STEP_4B = i18n.translate('xpack.stackConnectors.components.casesWebhook.step4b', { - defaultMessage: 'Add comment in case', + defaultMessage: 'Add comment in case (optional)', }); export const STEP_4B_DESCRIPTION = i18n.translate(