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 2f30dde commit 8233da2Copy full SHA for 8233da2
app/code/Magento/Catalog/Block/Product/View/Attributes.php
@@ -90,7 +90,7 @@ public function getAdditionalData(array $excludeAttr = [])
90
91
if (is_string($value) && strlen($value)) {
92
$data[$attribute->getAttributeCode()] = [
93
- 'label' => __($attribute->getStoreLabel()),
+ 'label' => $attribute->getStoreLabel(),
94
'value' => $value,
95
'code' => $attribute->getAttributeCode(),
96
];
0 commit comments