File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Catalog/view/frontend/templates/product/view Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ if ($_attributeType && $_attributeType == 'text') {
34
34
35
35
<?php if ($ _attributeValue ): ?>
36
36
<div class="product attribute <?php /* @escapeNotVerified */ echo $ _className?> ">
37
- <?php if ($ _attributeLabel != 'none ' ): ?> <strong class="type"><?php /* @escapeNotVerified */ echo $ _attributeLabel?> </strong><?php endif ; ?>
37
+ <?php if ($ _attributeLabel != __ ( 'none ' ) ): ?> <strong class="type"><?php /* @escapeNotVerified */ echo $ _attributeLabel?> </strong><?php endif ; ?>
38
38
<div class="value" <?php /* @escapeNotVerified */ echo $ _attributeAddAttribute ;?> ><?php /* @escapeNotVerified */ echo $ _attributeValue ; ?> </div>
39
39
</div>
40
40
<?php endif ; ?>
You can’t perform that action at this time.
0 commit comments