Skip to content

Commit

Permalink
Removes references to kibana.yml settings from tooltip. (#129439)
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Apr 5, 2022
1 parent fdff6f5 commit b6b0167
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ export const RuleForm = ({
type="questionInCircle"
content={i18n.translate('xpack.triggersActionsUI.sections.ruleForm.checkWithTooltip', {
defaultMessage:
'Define how often to evaluate the condition. Checks are queued; they run as close to the defined value as capacity allows. The xpack.alerting.rules.minimumScheduleInterval.value setting defines the minimum value. The xpack.alerting.rules.minimumScheduleInterval.enforce setting defines whether this minimum is required or suggested.',
'Define how often to evaluate the condition. Checks are queued; they run as close to the defined value as capacity allows.',
})}
/>
</>
Expand Down

0 comments on commit b6b0167

Please sign in to comment.