Skip to content

Commit

Permalink
use suggested casing
Browse files Browse the repository at this point in the history
  • Loading branch information
drdamour committed Feb 19, 2019
1 parent 0c905c1 commit 4bebf43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -24,7 +24,7 @@
-->
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
<f:entry field="strategies" title="${%All Of}">
<f:entry field="strategies" title="${%All of}">
<f:repeatableHeteroProperty field="strategies" hasHeader="true"/>
</f:entry>
</j:jelly>
Expand Up @@ -24,7 +24,7 @@
-->
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
<f:entry field="strategies" title="${%Any Of}">
<f:entry field="strategies" title="${%Any of}">
<f:repeatableHeteroProperty field="strategies" hasHeader="true"/>
</f:entry>
</j:jelly>

0 comments on commit 4bebf43

Please sign in to comment.