diff --git a/deploy-board/deploy_board/templates/groups/asg_policy.tmpl b/deploy-board/deploy_board/templates/groups/asg_policy.tmpl index 1748aa734e..45688ab5bf 100644 --- a/deploy-board/deploy_board/templates/groups/asg_policy.tmpl +++ b/deploy-board/deploy_board/templates/groups/asg_policy.tmpl @@ -537,7 +537,7 @@ aria-hidden="true"> } if (scaleDownStepsArray.length != scaleDownAdjustmentsArray.length) { - alert("Each step must have an adjustment defined: " + scaleUpStepsArray + " vs. " + scaleUpAdjustmentsArray) + alert("Each step must have an adjustment defined: " + scaleDownStepsArray + " vs. " + scaleDownAdjustmentsArray) return false; } }