Skip to content

Commit

Permalink
updates exception empty prompt text (#71654)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema committed Jul 14, 2020
1 parent 9c91fd9 commit 01f021d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ export const ADD_TO_DETECTIONS_LIST = i18n.translate(
export const EXCEPTION_EMPTY_PROMPT_TITLE = i18n.translate(
'xpack.securitySolution.exceptions.viewer.emptyPromptTitle',
{
defaultMessage: 'You have no exceptions',
defaultMessage: 'This rule has no exceptions',
}
);

export const EXCEPTION_EMPTY_PROMPT_BODY = i18n.translate(
'xpack.securitySolution.exceptions.viewer.emptyPromptBody',
{
defaultMessage:
'You can add an exception to fine tune the rule so that it suppresses alerts that meet specified conditions. Exceptions leverage detection accuracy, which can help reduce the number of false positives.',
'You can add exceptions to fine tune the rule so that detection alerts are not created when exception conditions are met. Exceptions improve detection accuracy, which can help reduce the number of false positives.',
}
);

Expand Down

0 comments on commit 01f021d

Please sign in to comment.