File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Bundle/view/frontend/templates/catalog/product/view/type/bundle/option Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
<?= ' disabled="disabled" ' ?>
52
52
<?php endif ; ?>
53
53
value="<?= $ escaper ->escapeHtmlAttr ($ sectionId ) ?> "
54
- data-errors-msg-box="#validatn-msg -box-<?= $ escaper ->escapeHtmlAttr ($ _option ->getId ()) ?> "/>
54
+ data-errors-msg-box="#validation-message -box-<?= $ escaper ->escapeHtmlAttr ($ _option ->getId ())?> "/>
55
55
<label class="label"
56
56
for="<?= /* @noEscape */ $ inputId . '- ' . $ escaper ->escapeHtmlAttr ($ sectionId ) ?> ">
57
57
<span><?= /* @noEscape */ $ block ->getSelectionQtyTitlePrice ($ selection ) ?> </span>
64
64
<?php endif ; ?>
65
65
</div>
66
66
<div id="bundle-option-<?= $ escaper ->escapeHtmlAttr ($ _option ->getId ()) ?> -container"></div>
67
- <div id="validatn-msg -box-<?= $ escaper ->escapeHtmlAttr ($ _option ->getId ()) ?> "></div>
67
+ <div id="validation-message -box-<?= $ escaper ->escapeHtmlAttr ($ _option ->getId ()) ?> "></div>
68
68
</div>
69
69
</div>
You can’t perform that action at this time.
0 commit comments