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 1d2f444 + 07dae79 commit 2513b60Copy full SHA for 2513b60
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><?php /* @escapeNotVerified */ echo $column['label']; ?></th>
23
<?php endforeach;?>
24
- <th class="col-actions" colspan="<?php /* @escapeNotVerified */ echo $_colspan; ?>">Action</th>
+ <th class="col-actions" colspan="<?= /* @escapeNotVerified */ $_colspan ?>"><?php /* @escapeNotVerified */ echo __('Action') ?></th>
25
</tr>
26
</thead>
27
<tfoot>
0 commit comments