Skip to content

Commit

Permalink
Fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
madirey committed Nov 16, 2021
1 parent 6239eea commit 896621d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

import { i18n } from '@kbn/i18n';
import { ALERT_RULE_RISK_SCORE } from '@kbn/rule-data-utils';

export const RISK_SCORE = i18n.translate(
'xpack.securitySolution.alerts.riskScoreMapping.riskScoreTitle',
Expand All @@ -25,7 +24,7 @@ export const DEFAULT_RISK_SCORE = i18n.translate(
export const RISK_SCORE_FIELD = i18n.translate(
'xpack.securitySolution.alerts.riskScoreMapping.riskScoreFieldTitle',
{
defaultMessage: ALERT_RULE_RISK_SCORE,
defaultMessage: 'kibana.alert.rule.risk_score',
}
);

Expand Down

0 comments on commit 896621d

Please sign in to comment.