Skip to content

Commit

Permalink
Search ext: Fix field label for aggregate fields
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed Sep 18, 2020
1 parent b1cf8d0 commit 4fea3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/search/ang/search/crmSearchFunction.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="form-inline">
<label>{{ $ctrl.field.title }}:</label>
<label>{{ $ctrl.field.label }}:</label>
<input class="form-control" style="width: 15em;" ng-model="$ctrl.fn" crm-ui-select="{data: $ctrl.functions, placeholder: ts('Select')}" ng-change="$ctrl.selectFunction()">
</div>

0 comments on commit 4fea3bf

Please sign in to comment.