Skip to content

Commit

Permalink
updates wording in Cases connectors (elastic#70298)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema authored and Bamieh committed Jul 1, 2020
1 parent b4623c5 commit 6dc75f5
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 6dc75f5

Please sign in to comment.