Skip to content

Commit c4312eb

Browse files
committed
[Backport] [TASK] Remove translation of attribute store label in getAdditionalData
1 parent ae34e60 commit c4312eb

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)