We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71d78af + 9cb1818 commit a07a16eCopy full SHA for a07a16e
app/code/Magento/Sales/view/frontend/templates/order/history.phtml
@@ -21,7 +21,7 @@
21
<th scope="col" class="col shipping"><?php /* @escapeNotVerified */ echo __('Ship To') ?></th>
22
<th scope="col" class="col total"><?php /* @escapeNotVerified */ echo __('Order Total') ?></th>
23
<th scope="col" class="col status"><?php /* @escapeNotVerified */ echo __('Status') ?></th>
24
- <th scope="col" class="col actions"> </th>
+ <th scope="col" class="col actions"><?php /* @escapeNotVerified */ echo __('Action') ?></th>
25
</tr>
26
</thead>
27
<tbody>
0 commit comments