Skip to content

Commit

Permalink
[Security Solution][Exceptions Modal] Switches modal header (elastic#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dplumlee committed Aug 26, 2020
1 parent 57637ef commit b7b666d
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 @@ -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',
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
);

Expand Down

0 comments on commit b7b666d

Please sign in to comment.