Skip to content

Commit

Permalink
[Security Solution][Exceptions] - Fix breadcrumbs text for shared exc…
Browse files Browse the repository at this point in the history
…eption list (elastic#152629)

## Summary

Addresses elastic#152540

(cherry picked from commit 4c682c7)
  • Loading branch information
yctercero committed Mar 6, 2023
1 parent e9c8cb2 commit bb8f88a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const EXCEPTION_LIST_HEADER_LINKED_RULES = (noOfRules: number) =>
export const EXCEPTION_LIST_HEADER_BREADCRUMB = i18n.translate(
'exceptionList-components.exception_list_header_breadcrumb',
{
defaultMessage: 'Rule exceptions',
defaultMessage: 'Shared Exception Lists',
}
);

Expand Down

0 comments on commit bb8f88a

Please sign in to comment.