Skip to content

Commit 05f335f

Browse files
author
Shikha Mishra
authored
updated form.phtml
Fixed #19780 Incorrect class name on Orders and returns page.
1 parent 3ff0161 commit 05f335f

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/view/frontend/templates/guest

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/view/frontend/templates/guest/form.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<form class="form form-orders-search" id="oar-widget-orders-and-returns-form" data-mage-init='{"ordersReturns":{}, "validation":{}}' action="<?= /* @escapeNotVerified */ $block->getActionUrl() ?>"
1111
method="post" name="guest_post">
1212
<fieldset class="fieldset">
13-
<legend class="admin__legend"><span><?= /* @escapeNotVerified */ __('Order Information') ?></span></legend>
13+
<legend class="legend"><span><?= /* @escapeNotVerified */ __('Order Information') ?></span></legend>
1414
<br>
1515

1616
<div class="field id required">

0 commit comments

Comments
 (0)