We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae34e60 commit c4312ebCopy full SHA for c4312eb
app/code/Magento/Catalog/Block/Product/View/Attributes.php
@@ -97,7 +97,7 @@ public function getAdditionalData(array $excludeAttr = [])
97
98
if (is_string($value) && strlen(trim($value))) {
99
$data[$attribute->getAttributeCode()] = [
100
- 'label' => __($attribute->getStoreLabel()),
+ 'label' => $attribute->getStoreLabel(),
101
'value' => $value,
102
'code' => $attribute->getAttributeCode(),
103
];
0 commit comments