Skip to content

Commit 7e1dedf

Browse files
committed
Fix encoding
1 parent 4665a47 commit 7e1dedf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/templates/settings/producttypes/index.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
{% set tableData = tableData|merge([{
4343
id: type.id,
44-
title: type.name|t('site'),
44+
title: type.name|t('site')|e,
4545
url: type.cpEditUrl,
4646
handle: type.handle|e,
4747
maxVariants: type.maxVariants ?? '',

0 commit comments

Comments
 (0)