Skip to content

Commit c966223

Browse files
authored
ENGCOM-4550: [Backport] [TASK] Remove translation of attribute store label in getA… #21872
2 parents f44720a + 0b706e6 commit c966223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Block/Product/View/Attributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function getAdditionalData(array $excludeAttr = [])
9797

9898
if (is_string($value) && strlen(trim($value))) {
9999
$data[$attribute->getAttributeCode()] = [
100-
'label' => __($attribute->getStoreLabel()),
100+
'label' => $attribute->getStoreLabel(),
101101
'value' => $value,
102102
'code' => $attribute->getAttributeCode(),
103103
];

0 commit comments

Comments
 (0)