Skip to content

Commit 0b706e6

Browse files
ENGCOM-4550: [Backport] [TASK] Remove translation of attribute store label in getA… #21872
- Merge Pull Request #21872 from mage2pratik/magento2:back-port-pull-20482 - Merged commits: 1. c4312eb
2 parents ae34e60 + c4312eb commit 0b706e6

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)