Skip to content

Commit

Permalink
fixed labels
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed Mar 18, 2020
1 parent 8768443 commit 2233d8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const validateExpression = (alertParams: IndexThresholdAlertParams): Vali
}
if (threshold && threshold.length === 2 && threshold[0] > threshold[1]) {
errors.threshold1.push(
i18n.translate('xpack.triggersActionsUI.sections.addAlert.error.requiredThreshold1Text', {
i18n.translate('xpack.triggersActionsUI.sections.addAlert.error.greaterThenThreshold0Text', {
defaultMessage: 'Threshold1 should be > Threshold0.',
})
);
Expand Down

0 comments on commit 2233d8d

Please sign in to comment.