Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix trashbin restore translation
The files app doesn't have this entry.

Signed-off-by: Roeland Jago Douma <[email protected]>
  • Loading branch information
rullzer committed Feb 14, 2019
commit 93b896e3db4af853422c6d4032ccf068637eaa74
2 changes: 1 addition & 1 deletion apps/files_trashbin/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ OCA.Trashbin.App = {
multiSelectMenu: [
{
name: 'restore',
displayName: t('files', 'Restore'),
displayName: t('files_trashbin', 'Restore'),
iconClass: 'icon-history',
},
{
Expand Down