File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
assets/grocery_crud/themes/flexigrid/views Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 44
44
<a href='<?php echo $ row ->edit_url ?> ' title='<?php echo $ this ->l ('list_edit ' )?> <?php echo $ subject?> ' class="edit_button"><span class='edit-icon'></span></a>
45
45
<?php }?>
46
46
<?php if (!$ unset_clone ){?>
47
- <a href='<?php echo $ row ->clone_url ?> ' title='Clone <?php echo $ subject?> ' class="clone_button"><span class='clone-icon'></span></a>
47
+ <a href='<?php echo $ row ->clone_url ?> ' title='<?php echo $ this -> l ( ' list_clone ' ) ?> <?php echo $ subject?> ' class="clone_button"><span class='clone-icon'></span></a>
48
48
<?php }?>
49
49
<?php if (!$ unset_read ){?>
50
50
<a href='<?php echo $ row ->read_url ?> ' title='<?php echo $ this ->l ('list_view ' )?> <?php echo $ subject?> ' class="edit_button"><span class='read-icon'></span></a>
You can’t perform that action at this time.
0 commit comments