Skip to content

Commit

Permalink
[SIEM] capitalize SIEM in kibana advanced settings (#44886) (#44894)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic authored Sep 6, 2019
1 parent 546b6a2 commit 3afe1c0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ const names = {
search: i18n.translate('kbn.management.settings.categoryNames.searchLabel', {
defaultMessage: 'Search',
}),
siem: i18n.translate('kbn.management.settings.categoryNames.siemLabel', {
defaultMessage: 'SIEM',
}),
};

export function getCategoryName(category) {
Expand Down

0 comments on commit 3afe1c0

Please sign in to comment.