Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

Commit

Permalink
🔃 [EngCom] Public Pull Requests - 2.3-develop
Browse files Browse the repository at this point in the history
Accepted Public Pull Requests:
 - magento/magento2#14695: [Forwardport] Translate Action Label (by @ihor-sviziev)
  • Loading branch information
magento-engcom-team committed Apr 14, 2018
2 parents ccb9ddd + 7c6421f commit 9f76f7c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@ $_colspan = $block->isAddAfter() ? 2 : 1;
<?php foreach ($block->getColumns() as $columnName => $column): ?>
<th><?= /* @escapeNotVerified */ $column['label'] ?></th>
<?php endforeach;?>
<th class="col-actions" colspan="<?= /* @escapeNotVerified */ $_colspan ?>">Action</th>
<th class="col-actions" colspan="<?= /* @escapeNotVerified */ $_colspan ?>"><?= /* @escapeNotVerified */ __('Action') ?></th>
</tr>
</thead>
<tfoot>
Expand Down

0 comments on commit 9f76f7c

Please sign in to comment.