Skip to content

Commit

Permalink
[ResponseOps][Connectors] Highlight step as optional in connector cre…
Browse files Browse the repository at this point in the history
…ation form (elastic#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

<img width="1726" alt="Screenshot 2024-09-02 at 14 32 39"
src="https://github.com/user-attachments/assets/1498f5e9-1827-4cd1-a91f-5748caff0dbe">

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
adcoelho and elasticmachine authored Sep 6, 2024
1 parent bec5117 commit c6dce58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c6dce58

Please sign in to comment.