File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
x-pack/legacy/plugins/siem/public/components/timeline/search_or_filter Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,13 @@ export const ALL_EVENT = i18n.translate('xpack.siem.timeline.searchOrFilter.even
7474 defaultMessage : 'All events' ,
7575} ) ;
7676
77- export const RAW_EVENT = i18n . translate ( 'xpack.siem.timeline.searchOrFilter.eventTypeAllEvent ' , {
77+ export const RAW_EVENT = i18n . translate ( 'xpack.siem.timeline.searchOrFilter.eventTypeRawEvent ' , {
7878 defaultMessage : 'Raw events' ,
7979} ) ;
8080
81- export const SIGNAL_EVENT = i18n . translate ( 'xpack.siem.timeline.searchOrFilter.eventTypeAllEvent' , {
82- defaultMessage : 'Signal events' ,
83- } ) ;
81+ export const SIGNAL_EVENT = i18n . translate (
82+ 'xpack.siem.timeline.searchOrFilter.eventTypeSignalEvent' ,
83+ {
84+ defaultMessage : 'Signal events' ,
85+ }
86+ ) ;
You can’t perform that action at this time.
0 commit comments