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 5151 <?= ' disabled="disabled" ' ?>
5252 <?php endif ; ?>
5353 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 ())?> "/>
5555 <label class="label"
5656 for="<?= /* @noEscape */ $ inputId . '- ' . $ escaper ->escapeHtmlAttr ($ sectionId ) ?> ">
5757 <span><?= /* @noEscape */ $ block ->getSelectionQtyTitlePrice ($ selection ) ?> </span>
6464 <?php endif ; ?>
6565 </div>
6666 <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>
6868 </div>
6969</div>
You can’t perform that action at this time.
0 commit comments