Skip to content

Commit

Permalink
changes text
Browse files Browse the repository at this point in the history
  • Loading branch information
dplumlee committed Sep 2, 2021
1 parent 3cdced3 commit 11c4100
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
);

Expand Down

0 comments on commit 11c4100

Please sign in to comment.