Skip to content

Commit

Permalink
updates wording in Cases connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema committed Jun 30, 2020
1 parent 8485d2f commit b5afe3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export * from '../translations';
export const JIRA_DESC = i18n.translate(
'xpack.securitySolution.case.connectors.jira.selectMessageText',
{
defaultMessage: 'Push or update SIEM case data to a new issue in Jira',
defaultMessage: 'Push or update Security case data to a new issue in Jira',
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export * from '../translations';
export const SERVICENOW_DESC = i18n.translate(
'xpack.securitySolution.case.connectors.servicenow.selectMessageText',
{
defaultMessage: 'Push or update SIEM case data to a new incident in ServiceNow',
defaultMessage: 'Push or update Security case data to a new incident in ServiceNow',
}
);

Expand Down

0 comments on commit b5afe3b

Please sign in to comment.