Skip to content

Commit

Permalink
Updated ServiceNow description in docs and actions management UI to c…
Browse files Browse the repository at this point in the history
…ontains correct info (#76344) (#76704)

* Updated ServiceNow description in documentation and Actions management create UI to contains correct info that ServiceNow

* fixed due to comments
  • Loading branch information
YulNaumenko committed Sep 3, 2020
1 parent e2af848 commit e1aa5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user/alerting/action-types.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ a| <<server-log-action-type, ServerLog>>

a| <<servicenow-action-type, ServiceNow>>

| Push or update data to a new incident in ServiceNow.
| Create an incident in ServiceNow.

a| <<slack-action-type, Slack>>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { i18n } from '@kbn/i18n';
export const SERVICENOW_DESC = i18n.translate(
'xpack.triggersActionsUI.components.builtinActionTypes.servicenow.selectMessageText',
{
defaultMessage: 'Push or update data to a new incident in ServiceNow.',
defaultMessage: 'Create an incident in ServiceNow.',
}
);

Expand Down

0 comments on commit e1aa5f3

Please sign in to comment.