Skip to content

Commit

Permalink
ENGCOM-3791: [Backport] Fixed Incorrect class name on Orders and retu…
Browse files Browse the repository at this point in the history
…rns page. #20080
  • Loading branch information
sivaschenko authored Jan 10, 2019
2 parents 523a83e + f580b32 commit 7ce5efb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<form class="form form-orders-search" id="oar-widget-orders-and-returns-form" data-mage-init='{"ordersReturns":{}, "validation":{}}' action="<?= /* @escapeNotVerified */ $block->getActionUrl() ?>"
method="post" name="guest_post">
<fieldset class="fieldset">
<legend class="admin__legend"><span><?= /* @escapeNotVerified */ __('Order Information') ?></span></legend>
<legend class="legend"><span><?= /* @escapeNotVerified */ __('Order Information') ?></span></legend>
<br>

<div class="field id required">
Expand Down

0 comments on commit 7ce5efb

Please sign in to comment.