Skip to content

Commit 0b593c4

Browse files
author
asimsinanyuksel
committed
bug fix
1 parent 9cf6a51 commit 0b593c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

FuzzyMsc/Scripts/custom/fuzzy.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
minValue: 50,
3030
maxValue: 70
3131
}, {
32-
name: "Veryhigh",
32+
name: "Very High",
3333
minValue: 70,
3434
maxValue: 1000
3535
}];

FuzzyMsc/Scripts/custom/translations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
LoadingUnsuccessful: 'Loading Unsuccessful',
3030
ExcelWarning: 'An Error Occured While Checking The Excel File',
3131
StepThreeSettings: 'Step 3 - Settings',
32-
SaveAndDraw: 'Save And Draw',
32+
SaveAndDraw: 'Save And Visualize',
3333
Clean: 'Clean',
3434
ResetToDefault: 'Reset To Default',
3535
ResultGraph: 'Result - Graph',

FuzzyMsc/Views/Graph/Visualize.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<div class="form-group">
3838
<label class="col-md-6 control-label">{{'PleaseMakeARuleSelection' | translate}}</label>
3939
<div class="col-md-6">
40-
<select class="form-control" ng-model="rule" ng-options="rule.RuleName for set in setList" ng-change="FetchRuleTextAndResistivity(rule)">
40+
<select class="form-control" ng-model="rule" ng-options="set.RuleName for set in setList" ng-change="FetchRuleTextAndResistivity(rule)">
4141
<option value="">{{'Select' | translate}}</option>
4242
</select>
4343
</div>

0 commit comments

Comments
 (0)