Skip to content

Commit

Permalink
Update ExportCsv.html (#971)
Browse files Browse the repository at this point in the history
use lowercase for viewhelper
  • Loading branch information
medarob authored Jun 7, 2024
1 parent 93425cb commit 912aae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Templates/Module/ExportCsv.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"<vh:string.removeQuote><vh:getter.getFieldLabelFromUid uid="{fieldUid}" /></vh:string.removeQuote>";
</f:then>
<f:else>
"<vh:string.removeQuote><f:translate key="\In2code\Powermail\Domain\Model\Mail.{vh:String.UnderscoredToLowerCamelCase(val:fieldUid)}" /></vh:string.removeQuote>";
"<vh:string.removeQuote><f:translate key="\In2code\Powermail\Domain\Model\Mail.{vh:string.underscoredToLowerCamelCase(val:fieldUid)}" /></vh:string.removeQuote>";
</f:else>
</f:if>
</f:for>
Expand Down

0 comments on commit 912aae2

Please sign in to comment.