mirror of
https://github.com/nextcloud/server.git
synced 2026-07-15 21:03:00 -04:00
Merge pull request #1562 from schiesbn/fix_naming
rename trash to trash bin
This commit is contained in:
commit
c5fd9cc0c2
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
</div>
|
||||
<?php if ($_['trash'] ): ?>
|
||||
<div id="trash" class="button">
|
||||
<a><?php echo $l->t('Trash');?></a>
|
||||
<a><?php echo $l->t('Trash bin');?></a>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<div id="uploadprogresswrapper">
|
||||
|
|
|
|||
Loading…
Reference in a new issue