Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const RISK_SCORE_DESCRIPTION = i18n.translate(
export const RISK_SCORE_MAPPING_DESCRIPTION = i18n.translate(
'xpack.securitySolution.alerts.riskScoreMapping.mappingDescriptionLabel',
{
defaultMessage: 'Map a field from the source event (scaled 1-100) to risk score.',
defaultMessage: 'Use a source event value to override the default risk score.',
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const SEVERITY_DESCRIPTION = i18n.translate(
export const SEVERITY_MAPPING_DESCRIPTION = i18n.translate(
'xpack.securitySolution.alerts.severityMapping.mappingDescriptionLabel',
{
defaultMessage: 'Map a value from the source event to a specific severity.',
defaultMessage: 'Use source event values to override the default severity.',
}
);

Expand Down