We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec7b24 commit 0ac3ebeCopy full SHA for 0ac3ebe
1 file changed
assets/grocery_crud/themes/datatables/views/list.php
@@ -38,7 +38,7 @@
38
<?php if(!$unset_clone){?>
39
<a href="<?php echo $row->clone_url?>" class="edit_button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-icon-primary" role="button">
40
<span class="ui-button-icon-primary ui-icon ui-icon-copy"></span>
41
- <span class="ui-button-text"> Clone</span>
+ <span class="ui-button-text"> <?php echo $this->l('list_clone'); ?></span>
42
</a>
43
<?php }?>
44
0 commit comments