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 16036cd + 8233da2 commit 6bbd257Copy full SHA for 6bbd257
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