File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ <h2>Retrieval Options</h2>
4
4
5
5
< form name ="extractionForm " class ="form-horizontal well " role ="form " novalidate >
6
6
< div class ="form-group " ng-class ="{ 'has-error' : extractionForm.limit.$invalid && !extractionForm.limit.$pristine } ">
7
- < label class ="control-label col-sm-3 " for ="lang "> Language of labels </ label >
7
+ < label class ="control-label col-sm-3 " for ="lang "> Language of Labels </ label >
8
8
< div class ="col-sm-4 ">
9
9
< select class ="form-control " name ="lang " id ="lang " ng-model ="vm.currentLanguage "
10
10
ng-options ="language.id as language.name for language in vm.availableLanguages ">
11
11
</ select >
12
12
</ div >
13
13
14
- < label for ="limit " class ="col-sm-2 control-label "> Number of classes </ label >
14
+ < label for ="limit " class ="col-sm-2 control-label "> Number of Classes </ label >
15
15
< div class ="col-sm-3 ">
16
16
< input class ="form-control " name ="limit " id ="limit " type ="number " ng-model ="vm.currentLimit " min ="1 " required />
17
17
< p ng-show ="extractionForm.limit.$invalid && !extractionForm.limit.$pristine " class ="help-block ">
@@ -50,7 +50,7 @@ <h2>Blacklists</h2>
50
50
< form name ="lists " class ="form-horizontal well " role ="form " novalidate >
51
51
< div class ="form-group ">
52
52
< label class ="control-label col-sm-3 ">
53
- Predefined lists
53
+ Predefined Lists
54
54
</ label >
55
55
< div class ="col-sm-2 ">
56
56
< div class ="checkbox ">
You can’t perform that action at this time.
0 commit comments