Skip to content

Commit

Permalink
Capitalize-first short titles for legislation ("Statute"). (#6241)
Browse files Browse the repository at this point in the history
  • Loading branch information
StianOby committed Sep 24, 2022
1 parent af7f08d commit da2e0c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<text quotes="true" variable="title"/>
</if>
<else-if type="legislation">
<text variable="title-short"/>
<text variable="title-short" text-case="capitalize-first"/>
</else-if>
<else>
<text font-style="italic" variable="title-short"/>
Expand Down

0 comments on commit da2e0c0

Please sign in to comment.