Skip to content

Commit e4fab40

Browse files
authored
Translate Action Label
### Description Simply enable the ability to translate 'Action' label. ### Manual testing scenarios It is not necessary. ### Contribution checklist - [x] Pull request has a meaningful description of its purpose. - [X] All commits are accompanied by meaningful commit messages. - [X] All automated tests passed successfully (all builds on Travis CI are green).
1 parent 1224795 commit e4fab40

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)