mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
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>
This commit is contained in:
parent
447c629975
commit
c5a00f6858
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ export function Dependencies({ currentRuleId, dependencies, onChange }: Dependen
|
|||
<p>
|
||||
{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.',
|
||||
})}
|
||||
</p>
|
||||
</EuiText>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue