From 6042fcadae15721ab5ceb11dd7eed5cd8103aadc Mon Sep 17 00:00:00 2001 From: asimsinanyuksel Date: Sun, 2 Aug 2020 13:12:22 +0300 Subject: [PATCH] fixed a bug related to front-end --- FuzzyMsc/Scripts/custom/fuzzy.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FuzzyMsc/Scripts/custom/fuzzy.controller.js b/FuzzyMsc/Scripts/custom/fuzzy.controller.js index 170ca87..4b313f6 100644 --- a/FuzzyMsc/Scripts/custom/fuzzy.controller.js +++ b/FuzzyMsc/Scripts/custom/fuzzy.controller.js @@ -29,7 +29,7 @@ minValue: 50, maxValue: 70 }, { - name: "Very High", + name: "VeryHigh", minValue: 70, maxValue: 1000 }];