Skip to content

Commit

Permalink
[CTI] updates overview cti panel copy (#105074)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecezalp committed Jul 19, 2021
1 parent 6fff2ea commit dc65e91
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ export const DANGER_TITLE = i18n.translate(
);

export const DANGER_BODY = i18n.translate(
'xpack.securitySolution.overview.ctiDashboardDangerPanelBody',
'xpack.securitySolution.overview.ctiDashboardEnableThreatIntel',
{
defaultMessage: 'You need to enable module in order to view data from different sources.',
defaultMessage:
'You need to enable the filebeat threatintel module in order to view data from different sources.',
}
);

Expand Down

0 comments on commit dc65e91

Please sign in to comment.