[Security Solution][Exceptions Modal] Switches modal header (#76016)

This commit is contained in:
Davis Plumlee 2020-08-26 17:13:38 -04:00 committed by GitHub
parent 6627d7d9af
commit deb71ecbb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ export const CANCEL = i18n.translate('xpack.securitySolution.exceptions.addExcep
export const ADD_EXCEPTION = i18n.translate(
'xpack.securitySolution.exceptions.addException.addException',
{
defaultMessage: 'Add Exception',
defaultMessage: 'Add Rule Exception',
}
);

View file

@ -20,7 +20,7 @@ export const EDIT_EXCEPTION_SAVE_BUTTON = i18n.translate(
export const EDIT_EXCEPTION_TITLE = i18n.translate(
'xpack.securitySolution.exceptions.editException.editExceptionTitle',
{
defaultMessage: 'Edit Exception',
defaultMessage: 'Edit Rule Exception',
}
);