File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
x-pack/plugins/security_solution/public/detections/components/rules Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export const RISK_SCORE_DESCRIPTION = i18n.translate(
5151export const RISK_SCORE_MAPPING_DESCRIPTION = i18n . translate (
5252 'xpack.securitySolution.alerts.riskScoreMapping.mappingDescriptionLabel' ,
5353 {
54- defaultMessage : 'Map a field from the source event (scaled 1-100) to risk score.' ,
54+ defaultMessage : 'Use a source event value to override the default risk score.' ,
5555 }
5656) ;
5757
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export const SEVERITY_DESCRIPTION = i18n.translate(
5151export const SEVERITY_MAPPING_DESCRIPTION = i18n . translate (
5252 'xpack.securitySolution.alerts.severityMapping.mappingDescriptionLabel' ,
5353 {
54- defaultMessage : 'Map a value from the source event to a specific severity.' ,
54+ defaultMessage : 'Use source event values to override the default severity.' ,
5555 }
5656) ;
5757
You can’t perform that action at this time.
0 commit comments