Skip to content

Commit

Permalink
updates wording in Cases connectors (#70298) (#70307)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema authored Jul 2, 2020
1 parent 682011b commit ab17a8a
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 ab17a8a

Please sign in to comment.