Skip to content

Commit 8886c04

Browse files
author
Stanislav Idolov
authored
ENGCOM-1564: [Backport] Translate action Label #15221
2 parents 611b209 + 2513b60 commit 8886c04

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)