Craft CMS version: 4.18.5
Plugin version: 4.2.2
We get a deprecation warning on admin/utilities/deprecation-errors: "The |ucfirst filter has been deprecated. Use |capitalize instead."
I could only find one usage of this filter in our codebase or vendors and its in your templates at: src/templates/submissions/_show.twig:34
Would you be willing to make that quick fix?
Craft CMS version:
4.18.5Plugin version:
4.2.2We get a deprecation warning on
admin/utilities/deprecation-errors: "The |ucfirst filter has been deprecated. Use |capitalize instead."I could only find one usage of this filter in our codebase or vendors and its in your templates at:
src/templates/submissions/_show.twig:34Would you be willing to make that quick fix?