From c5a00f6858e1a725489a35115030baabe7de13fd Mon Sep 17 00:00:00 2001 From: Thibault Richard Date: Thu, 25 Jul 2024 16:16:35 +0200 Subject: [PATCH] Typo fix for SLO burn rate rule edit page (#189110) Correct typo from `serverity` to `severity` for SLO burn rate rule edit page. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> --- .../public/components/burn_rate_rule_editor/dependencies.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.', })}