diff options
Diffstat (limited to 'apps/files_trashbin/templates')
-rw-r--r-- | apps/files_trashbin/templates/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php index 104d93ce496..c3e51b4becd 100644 --- a/apps/files_trashbin/templates/index.php +++ b/apps/files_trashbin/templates/index.php @@ -17,9 +17,9 @@ <span class='name'><?php echo $l->t( 'Name' ); ?></span> <span class='selectedActions'> <a href="" class="undelete"> - <img class="svg" alt="Undelete" + <img class="svg" alt="<?php echo $l->t( 'Restore' ); ?>" src="<?php echo OCP\image_path("core", "actions/undelete.png"); ?>" /> - <?php echo $l->t('Undelete')?> + <?php echo $l->t('Restore')?> </a> </span> </th> |