diff --git a/x-pack/plugins/observability_solution/slo/public/components/burn_rate_rule_editor/dependencies.tsx b/x-pack/plugins/observability_solution/slo/public/components/burn_rate_rule_editor/dependencies.tsx index b21c82b53409a..d707aea008b2b 100644 --- a/x-pack/plugins/observability_solution/slo/public/components/burn_rate_rule_editor/dependencies.tsx +++ b/x-pack/plugins/observability_solution/slo/public/components/burn_rate_rule_editor/dependencies.tsx @@ -155,7 +155,7 @@ export function Dependencies({ currentRuleId, dependencies, onChange }: Dependen
{i18n.translate('xpack.slo.rules.dependencies.description', { defaultMessage: - 'Configure rule dependencies and designate the serverity action groups you want to use to suppress the current rule. For instance, if you choose to suppress on the "Critical" and "High" action groups, the current rule will abstain from executing any actions of its severity groups when the associated rule dependency breaches its threshold. Instead, it will execute a "Suppressed" action group in response to the dependency trigger.', + 'Configure rule dependencies and designate the severity action groups you want to use to suppress the current rule. For instance, if you choose to suppress on the "Critical" and "High" action groups, the current rule will abstain from executing any actions of its severity groups when the associated rule dependency breaches its threshold. Instead, it will execute a "Suppressed" action group in response to the dependency trigger.', })}