updates wording in Cases connectors (#70298)

This commit is contained in:
MadameSheema 2020-06-30 13:04:21 +02:00 committed by GitHub
parent 06ee7bd2a3
commit 351629f8e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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',
}
);

View file

@ -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',
}
);