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.
1 parent 7bbb2bf commit 9cb1818Copy full SHA for 9cb1818
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