Skip to content

Commit

Permalink
Don't capitalize the labels for the facet filter values
Browse files Browse the repository at this point in the history
  • Loading branch information
josegar74 committed Jun 3, 2024
1 parent 180537b commit 1c025e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
></span>
<span class="gn-facet-label flex-shrink text-ellipsis">
{{::ctrl.item.value | facetTranslator: (ctrl.facet.meta && ctrl.facet.meta.field)
|| ctrl.facet.key | capitalize}}
|| ctrl.facet.key}}
</span>
<span
ng-if="ctrl.item.count"
Expand Down

0 comments on commit 1c025e6

Please sign in to comment.