Skip to content

Commit ceb1b03

Browse files
ENGCOM-1286: [Forwardport] Translate Action Label #14695
- Merge Pull Request #14695 from ihor-sviziev/magento2:2.3-develop-PR-port-14688 - Merged commits: 1. ed87966
2 parents a2f6a08 + ed87966 commit ceb1b03

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><?= /* @escapeNotVerified */ $column['label'] ?></th>
2323
<?php endforeach;?>
24-
<th class="col-actions" colspan="<?= /* @escapeNotVerified */ $_colspan ?>">Action</th>
24+
<th class="col-actions" colspan="<?= /* @escapeNotVerified */ $_colspan ?>"><?= /* @escapeNotVerified */ __('Action') ?></th>
2525
</tr>
2626
</thead>
2727
<tfoot>

0 commit comments

Comments
 (0)