You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1536,9 +1532,7 @@ class RuleFormContainer extends DeprecatedAsyncComponent<Props, State> {
1536
1532
{
1537
1533
<div>
1538
1534
<Flexalign="center"gap="sm">
1539
-
{showWorkflowEngineMetricIssueUi
1540
-
? t('Set issue detection thresholds')
1541
-
: t('Set thresholds')}
1535
+
{t('Set issue detection thresholds')}
1542
1536
1543
1537
{showExtrapolationModeChangeWarning&&(
1544
1538
<WarningIcon
@@ -1564,13 +1558,11 @@ class RuleFormContainer extends DeprecatedAsyncComponent<Props, State> {
1564
1558
}
1565
1559
</AlertListItem>
1566
1560
<Stackgap="lg">
1567
-
{showWorkflowEngineMetricIssueUi&&(
1568
-
<Text>
1569
-
{t(
1570
-
'Metric alerts create metric issues and events. The thresholds below will determine: when the issue is created, resolved, and re-opened, as well as the issue priority.'
1571
-
)}
1572
-
</Text>
1573
-
)}
1561
+
<Text>
1562
+
{t(
1563
+
'Metric alerts create metric issues and events. The thresholds below will determine: when the issue is created, resolved, and re-opened, as well as the issue priority.'
0 commit comments