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.
2 parents f3b03d5 + 6bbd257 commit 59f73d2Copy full SHA for 59f73d2
app/code/Magento/Catalog/Block/Product/View/Attributes.php
@@ -94,7 +94,7 @@ public function getAdditionalData(array $excludeAttr = [])
94
95
if (is_string($value) && strlen(trim($value))) {
96
$data[$attribute->getAttributeCode()] = [
97
- 'label' => __($attribute->getStoreLabel()),
+ 'label' => $attribute->getStoreLabel(),
98
'value' => $value,
99
'code' => $attribute->getAttributeCode(),
100
];
0 commit comments