Skip to content

Commit 56c9bdb

Browse files
authored
Update settings.html
1 parent 3b98055 commit 56c9bdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/components/settings/settings.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ <h2>Retrieval Options</h2>
44

55
<form name="extractionForm" class="form-horizontal well" role="form" novalidate>
66
<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>
88
<div class="col-sm-4">
99
<select class="form-control" name="lang" id="lang" ng-model="vm.currentLanguage"
1010
ng-options="language.id as language.name for language in vm.availableLanguages">
1111
</select>
1212
</div>
1313

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>
1515
<div class="col-sm-3">
1616
<input class="form-control" name="limit" id="limit" type="number" ng-model="vm.currentLimit" min="1" required/>
1717
<p ng-show="extractionForm.limit.$invalid && !extractionForm.limit.$pristine" class="help-block">
@@ -50,7 +50,7 @@ <h2>Blacklists</h2>
5050
<form name="lists" class="form-horizontal well" role="form" novalidate>
5151
<div class="form-group">
5252
<label class="control-label col-sm-3">
53-
Predefined lists
53+
Predefined Lists
5454
</label>
5555
<div class="col-sm-2">
5656
<div class="checkbox">

0 commit comments

Comments
 (0)