Skip to content

Commit 2513b60

Browse files
ENGCOM-1564: [Backport] Translate action Label #15221
- Merge Pull Request #15221 from rogyar/magento2:2.1-translate-action-label - Merged commits: 1. 07dae79
2 parents 1d2f444 + 07dae79 commit 2513b60

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Config/view/adminhtml/templates/system/config/form/field

1 file changed

+1
-1
lines changed

app/code/Magento/Config/view/adminhtml/templates/system/config/form/field/array.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $_colspan = $block->isAddAfter() ? 2 : 1;
2121
<?php foreach ($block->getColumns() as $columnName => $column): ?>
2222
<th><?php /* @escapeNotVerified */ echo $column['label']; ?></th>
2323
<?php endforeach;?>
24-
<th class="col-actions" colspan="<?php /* @escapeNotVerified */ echo $_colspan; ?>">Action</th>
24+
<th class="col-actions" colspan="<?= /* @escapeNotVerified */ $_colspan ?>"><?php /* @escapeNotVerified */ echo __('Action') ?></th>
2525
</tr>
2626
</thead>
2727
<tfoot>

0 commit comments

Comments
 (0)