mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Security Solution][Detection Rules] Changes 'activated' text on rule details page (#111044)
This commit is contained in:
parent
a99360fa32
commit
9c165a1bc4
4 changed files with 4 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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',
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
@ -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": "例外",
|
||||
|
|
|
@ -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": "例外",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue