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 ccb9ddd + ceb1b03 commit 7c6421fCopy full SHA for 7c6421f
app/code/Magento/Config/view/adminhtml/templates/system/config/form/field/array.phtml
@@ -21,7 +21,7 @@ $_colspan = $block->isAddAfter() ? 2 : 1;
21
<?php foreach ($block->getColumns() as $columnName => $column): ?>
22
<th><?= /* @escapeNotVerified */ $column['label'] ?></th>
23
<?php endforeach;?>
24
- <th class="col-actions" colspan="<?= /* @escapeNotVerified */ $_colspan ?>">Action</th>
+ <th class="col-actions" colspan="<?= /* @escapeNotVerified */ $_colspan ?>"><?= /* @escapeNotVerified */ __('Action') ?></th>
25
</tr>
26
</thead>
27
<tfoot>
0 commit comments