[Security Solution][Detection Rules] Changes 'activated' text on rule details page (#111044)

This commit is contained in:
Davis Plumlee 2021-09-02 23:45:15 -04:00 committed by GitHub
parent a99360fa32
commit 9c165a1bc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 6 deletions

View file

@ -695,7 +695,7 @@ const RuleDetailsPageComponent: React.FC<DetectionEngineComponentProps> = ({
enabled={isExistingRule && (rule?.enabled ?? false)}
onChange={handleOnChangeEnabledRule}
/>
<EuiFlexItem>{i18n.ACTIVATED_RULE}</EuiFlexItem>
<EuiFlexItem>{i18n.ACTIVATE_RULE}</EuiFlexItem>
</EuiFlexGroup>
</EuiToolTip>
</EuiFlexItem>

View file

@ -28,10 +28,10 @@ export const EXPERIMENTAL = i18n.translate(
}
);
export const ACTIVATED_RULE = i18n.translate(
'xpack.securitySolution.detectionEngine.ruleDetails.activatedRuleLabel',
export const ACTIVATE_RULE = i18n.translate(
'xpack.securitySolution.detectionEngine.ruleDetails.activateRuleLabel',
{
defaultMessage: 'Activated',
defaultMessage: 'Activate',
}
);

View file

@ -20849,7 +20849,6 @@
"xpack.securitySolution.detectionEngine.ruleDescription.mlJobStoppedDescription": "停止",
"xpack.securitySolution.detectionEngine.ruleDescription.thresholdResultsAggregatedByDescription": "結果集約条件",
"xpack.securitySolution.detectionEngine.ruleDescription.thresholdResultsAllDescription": "すべての結果",
"xpack.securitySolution.detectionEngine.ruleDetails.activatedRuleLabel": "有効化",
"xpack.securitySolution.detectionEngine.ruleDetails.deletedRule": "削除されたルール",
"xpack.securitySolution.detectionEngine.ruleDetails.errorCalloutTitle": "ルール失敗",
"xpack.securitySolution.detectionEngine.ruleDetails.exceptionsTab": "例外",

View file

@ -21318,7 +21318,6 @@
"xpack.securitySolution.detectionEngine.ruleDescription.mlJobStoppedDescription": "已停止",
"xpack.securitySolution.detectionEngine.ruleDescription.thresholdResultsAggregatedByDescription": "结果聚合依据",
"xpack.securitySolution.detectionEngine.ruleDescription.thresholdResultsAllDescription": "所有结果",
"xpack.securitySolution.detectionEngine.ruleDetails.activatedRuleLabel": "已激活",
"xpack.securitySolution.detectionEngine.ruleDetails.deletedRule": "已删除规则",
"xpack.securitySolution.detectionEngine.ruleDetails.errorCalloutTitle": "规则错误位置",
"xpack.securitySolution.detectionEngine.ruleDetails.exceptionsTab": "例外",