File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
minValue : 50 ,
30
30
maxValue : 70
31
31
} , {
32
- name : "Veryhigh " ,
32
+ name : "Very High " ,
33
33
minValue : 70 ,
34
34
maxValue : 1000
35
35
} ] ;
Original file line number Diff line number Diff line change 29
29
LoadingUnsuccessful : 'Loading Unsuccessful' ,
30
30
ExcelWarning : 'An Error Occured While Checking The Excel File' ,
31
31
StepThreeSettings : 'Step 3 - Settings' ,
32
- SaveAndDraw : 'Save And Draw ' ,
32
+ SaveAndDraw : 'Save And Visualize ' ,
33
33
Clean : 'Clean' ,
34
34
ResetToDefault : 'Reset To Default' ,
35
35
ResultGraph : 'Result - Graph' ,
Original file line number Diff line number Diff line change 37
37
<div class =" form-group" >
38
38
<label class =" col-md-6 control-label" >{{ 'PleaseMakeARuleSelection' | translate }} </label >
39
39
<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)" >
41
41
<option value =" " >{{ 'Select' | translate }} </option >
42
42
</select >
43
43
</div >
You can’t perform that action at this time.
0 commit comments