mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
[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  ### 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>
This commit is contained in:
parent
bec511731d
commit
c6dce5826f
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue