Skip to content

Commit a07a16e

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-55896' into troll_bugfix
2 parents 71d78af + 9cb1818 commit a07a16e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/view/frontend/templates/order/history.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<th scope="col" class="col shipping"><?php /* @escapeNotVerified */ echo __('Ship To') ?></th>
2222
<th scope="col" class="col total"><?php /* @escapeNotVerified */ echo __('Order Total') ?></th>
2323
<th scope="col" class="col status"><?php /* @escapeNotVerified */ echo __('Status') ?></th>
24-
<th scope="col" class="col actions">&nbsp;</th>
24+
<th scope="col" class="col actions"><?php /* @escapeNotVerified */ echo __('Action') ?></th>
2525
</tr>
2626
</thead>
2727
<tbody>

0 commit comments

Comments
 (0)