Skip to content

Commit

Permalink
Record view / Do not capitalize keywords (#104)
Browse files Browse the repository at this point in the history
Display the label as defined in the vocabulary. Some are lower case (eg. GEMET), some capitalized (eg. INSPIRE themes) and some others are case sensitive (eg. Unit of measures).
  • Loading branch information
fxprunayre authored Oct 7, 2024
1 parent 1c025e6 commit 6631e08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class="pull-left"
>
<button gn-popover-anchor="" class="btn btn-default btn-xs">
{{::k.default | capitalize}}
{{::k.default}}
</button>
<div gn-popover-content="">
<a data-ng-href="{{::k.link}}" data-ng-if="::!!k.link">
Expand Down

0 comments on commit 6631e08

Please sign in to comment.