diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_rate/sections/anomalies/log_entry_example.tsx b/x-pack/plugins/infra/public/pages/logs/log_entry_rate/sections/anomalies/log_entry_example.tsx index 610d6646fa5839..34970990819305 100644 --- a/x-pack/plugins/infra/public/pages/logs/log_entry_rate/sections/anomalies/log_entry_example.tsx +++ b/x-pack/plugins/infra/public/pages/logs/log_entry_rate/sections/anomalies/log_entry_example.tsx @@ -45,7 +45,7 @@ const MENU_LABEL = i18n.translate('xpack.infra.logAnomalies.logEntryExamplesMenu }); const VIEW_IN_STREAM_LABEL = i18n.translate( - 'xpack.infra.logAnomalies.logEntryExamplesViewInStreamLabel', + 'xpack.infra.logs.analysis.logEntryExamplesViewInStreamLabel', { defaultMessage: 'View in stream', }