We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4665a47 commit 7e1dedfCopy full SHA for 7e1dedf
1 file changed
src/templates/settings/producttypes/index.twig
@@ -41,7 +41,7 @@
41
42
{% set tableData = tableData|merge([{
43
id: type.id,
44
- title: type.name|t('site'),
+ title: type.name|t('site')|e,
45
url: type.cpEditUrl,
46
handle: type.handle|e,
47
maxVariants: type.maxVariants ?? '',
0 commit comments